.img{
    border-top-right-radius:50px; 
    border-top-left-radius:50px; 
    border:3px solid darkblue;
    width: 70%;
    height:auto;
}

.body{
    background-color:cornflowerblue;
    display: flex;
    flex-direction: column;
}

.header{
    font-family:Georgia;
    text-align:center;
    color:aliceblue;
}

.row{
    display:flex;
    justify-content:space-evenly;
}

.figure{
    text-align:center;
}

.caption{
    color:black;
    font-size:medium;
    font-family:Georgia;
    text-align:center;
}

footer > img{
    width:3%;
    height:auto;
}

.footer{
    height: 100px;
    font-size:x-small; 
    font-family:Georgia;
    color:black;
    text-align: center;
    margin:0, auto;
}

.italic{
    font-family: Georgia;
    font-style: italic;
    font-size: large;
    text-align: center;
    color:aliceblue
}

.large{
    text-align: center;
    color:aliceblue;
    font-size:large;
    font-family: Georgia;
}

ul{
    text-align: center;
    list-style: inside;
}

#googleForm{
    margin-left: auto;
	margin-right: auto;
}

table, th, td {
    border: 1px solid;
}