 *{
    cursor: pointer;
}
body{
    background-color: rgb(169, 213, 216);
    flex-wrap: nowrap;
}

ul{
    display: flex;
    justify-content: center;
    list-style: none;
    position: relative;
    gap: 33px;
    top: -25px;
    height: 160px;
}

nav{
    border-radius: 6px;
    position: relative;
    top: 50px;
    background-color: rgb(53, 50, 50);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    height: 80px;
    box-shadow: 10px 10px 10px rgb(65, 162, 165);
}
h1{
    position: relative;
    left: 80px;
    top: 20px;
}

button{
    position: absolute;
    top: -10px;
    right:  190px;
    background-color: rgb(84, 146, 148);
    width: 100px;
    padding: 10px;
    border-radius: 50px;
    border: none;
    color: white;
    font-weight: bold;
}

button:hover{
    background-color: rgb(28, 165, 170);
}

.one{
    position: relative;
    left: 1050px;
}

.two{
    position: relative;
    right: 500px;
}    

.three{
    position: absolute;
    right: 400px;
}

.four{
    position: relative;
    left:400px;
}

.five{
    position: absolute;
    left:830px;
}