h1{
    color: #A4CFE0;
    text-align: center;
    width: 100%;
}
header{
    width: 100%
}
header img{
    position:fixed;
    width: 50px;
}
body{
 background: linear-gradient(#50A3C3, #A4CFE0);
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    margin: 10px;
}
main img{
    width: 200px;
    height: 200px;
    float: right;
    margin: 5px;
}
nav {
    text-align: center;
    background: white;
    font-weight: bold;
    height: 75px;
    width:100%;
    border-radius: 10px;
    
}

nav a {
    display: inline-block;
    background: white;
    color: black;
    text-decoration: none;
    text-transform: none;
    padding: 20px;
    margin: 5px;
}

nav a:hover {
    background: white;
    border-bottom: 3px solid #50A3C3;
}

nav a.active {
    background: white;
    border-bottom: 3px solid #50A3C3;
}

.nav {
    float: right;
}

main{
    width: 100%;
    margin: 50px;
    background: white;
    border-radius: 10px;
       
}
h3{
    text-align: left;
}
main ,table{
    border: 2px solid #50A3C3;
}
 main h3{
    background:#50A3C3; 
}

main table2 p{
    text-align: left;
}
main p{
    margin: 20px;
}
main strong{
    font-size: 20px;
    font-family:serif;
}
h2{
    text-align: center;
    font-family: monospace;
    font-size: 30px;
}
main p{
    text-align: left;
    font-family:monospace;
    font-size: 13px;
}
footer{
    background: #FFFFFF;
    width:100%;
    margin:5px;
    height: 200px;
    border-radius: 10px;
}
footer table{
font-size: 15px;
    margin: 0;
}
footer td{
    text-decoration: underline;

    
}
footer p{
    margin: 7px;
}
footer img{
    float: right;
    margin: 5px;
    width: 300px;
    height: 190px;
    border-radius: 10px;
}
h3{
    text-align: left;
    display: inline-block;
    font-size: 20px;
    margin-left: 20px;
    text-decoration: underline;
}
h4{
    display: inline-block;
    font-size: 20px;
    text-decoration: underline;
    padding-left: 500px;
}
p1{
    position: absolute;
    right:400px;
}
