body{
    color:rgb(11, 133, 144);
    font-family: "aglet-sans", sans-serif;
    font-weight: 700;
    font-style: normal;

       background-attachment: fixed;
         background-position: center;
       background-size:cover;

    margin-left:30%;
    margin-right:30%;
    margin-top:20px;
    
    font-size: 23px;
    text-align: center;
}

header{
    background-color: rgba(255, 255, 255, 0.1);
    border-width: 2px;
    border-style:solid;
    border-color:rgb(11, 133, 144);
    border-radius: 60px;
	backdrop-filter: blur(40px);
    margin-bottom: 50px;
    padding:15px;
    font-size: 30px;
    margin-left: -30%;
    margin-right: -30%;
}
section{
   
    display: block;
    align-self:center;
    padding:20px;
    margin-top:30px;
    margin-bottom: 50px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
    border-style:double;
    border-color:rgb(227, 149, 59);
    border-width: 4px;
   
    
}
img{
    
    width: 500px;
    border-radius: 20px;
}
a{
    color:rgb(11, 133, 144);
    text-decoration: none;
}
a:hover{
    color:rgb(227, 149, 59);
    text-decoration: none;
    font-weight: bold;
}