*{
    font-family: 'SUSE', Arial, sans-serif, Helvetica, sans-serif;
}

body{
    background-color: rgb(204, 235, 161);
}

header{
    box-shadow: #830d0d;
    background-color: #eea66f;
    padding: 2%;
    border: 2%;
    width: 95%;
}

header :link {
    color: #000000;
    text-shadow: #bc1010;
    margin: 5px;
    text-decoration: none;
   
}

.navbar{
backdrop-filter: blur(30px);
border: 2px solid rgba(0,0,0,0,0.8);
box-shadow: 10px 10px 20px #111,-10px -10px 20px #ddd;
}

h1,h2,h3,h4,h5 {
color: #112c45;
text-shadow: #3f5a85;
}

main{
    width: 95%;
    border: 5%;
    padding: 2%;
    align-content: center;
    font-family: Georgia, 'Times New Roman', Times, sans-serif;
    background-color: rgb(82, 155, 95);    
}

fieldset {
    width: 65%;
    background-color: #3f5a85;
    display: inline-block;
}

fieldset :link{
    text-decoration: none;
    color: #112c45;
}

footer{
    background-color: #eea66f;
    padding: 2%;
    border: 2%;
    width: 95%;
}

footer :link{
display: block;
}

footer img{
    flex: auto;
    width: 150px;
}