﻿
/* Style the header */
.header {
  background-color: white;
  padding-bottom: 3%;
  text-align: center;
}

.full_page
    {
    	text-align:center;
    	width: 80%;
		margin: auto;
		border: 5px solid black;
		border-radius: 8px;
        padding-top: 3%;
        padding-bottom: 3%;
		margin-top: 5%;
		margin-bottom: 5%;

    }

.container
    {
    	text-align:center;
    	width: 90%;
		margin: auto;
    }


.square
    {
    display: inline-block;
	border: 1px solid black;
    width:  300px;
    height: 200px;
    margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    }

img {
  max-width: 100%;
  height: auto;
}



/* Style the footer */
.footer {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2%;
  padding: 1px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

	
