#head3{
    position: relative;
    left: -200px;
}
#head2{
    position: relative;
    right: 100px;
}
#list{
    position: relative;
    left: 50px;
}
#head1{
    position: relative;
    left: 100px;
}
.first{
    position: relative;
    right: 80px;
}
    body{
    background-color: #afc9d8;
    overflow: hidden;
}
nav{
    border-radius: 2px;
    height: 80px;
}
.one{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #24252a;
    position: absolute;
    left: 100px;
    top: 100px;
    width: 90%;
    box-shadow: 15px 20px 10px #6ca0b9, -15px 20px 10px #79a8c2;
    color: white;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.two{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #24252a;
    position: absolute;
    left: 100px;
    top: 300px;
    width: 90%;
    box-shadow: 15px 20px 10px #73a7c4, -15px 20px 10px #6f9db6;
    color: white;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.three{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #24252a;
    position: absolute;
    left: 100px;
    top: 500px;
    width: 90%;
    box-shadow: 15px 20px 10px #6e94a8, -15px 20px 10px #6b95ac;
    color: white;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
h1{
    text-transform: uppercase;
    font-size: 30px;
}
ul{
    display: flex;
    justify-content: center;
    gap: 60px;
    list-style: none;
    align-items: center;
    cursor: pointer;
}
button{
    background-color: #0088a8;
    border: none;
    border-radius: 19px;
    font-size: 18px;
    padding: 8px 25px 8px 25px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    cursor: pointer;
}
#third{
    position: relative;
    right: -180px;
}