header{
    display: flex;
    justify-content: space-between;
    justify-content:space-around;
    align-items: center;
    color:aliceblue;
}
.dropdown-content{
    display:none;
    position: absolute;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
    
}
.dropdown:hover .dropdown-content{
    display: block;
}
body{
    background-image: url(https://cdn.suwalls.com/wallpapers/nature/natural-stone-arch-in-the-crystal-clear-water-48815-1920x1080.jpg);
    background-size: cover;
    background-attachment: fixed;
}
header div a{
    text-decoration: none;
    color: #003C43;
    display: flex; 
    font-weight: bold;  
}
header a{
    text-decoration: none;
    color:aliceblue;
}
section .image{
    text-align: center;
    align-items: center;
    justify-content: center;
}
img{
    border-radius: 20px;
    margin-top: 100px;
}
.name{
    color:#003C43;
    background-color:rgba(255,255,255,0.5) ;
    margin-left: 650px;
    margin-right: 650px;
    margin-bottom: 100px;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold;  
}
.content{
    color:#003C43;
    background-color:rgba(255,255,255,0.5) ;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold; 
    margin-left: 300px;
    margin-right: 300px;
    margin-bottom: 100px;
}
.one,.two,.three,.four,.five{
    margin-bottom: 20px;
}
.fone{
    background-color: black;
    color: #afb3b7;
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 300px;
    margin-right: 300px;
}