body{
    overflow: hidden;
}
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #d9e7f0;
}
.navbar1{
    width: 1450px;
    height: 70px;
    background-color: #25242a;
    position: relative;
    top: 130px;
    left: 30px;
    color: white;
    font-family: sans-serif;
}
ul{
    
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 40px;
}
h1{
    position: relative;
    left: 80px;
    top: 25px;
    font-size: 25px;
    font-weight: bold;
}
button{
    position: relative;
    left: 1250px;
    bottom: 25px;
    padding: 8px 30px;
    border-radius: 20px;
    border: none;
    background-color:  rgb(25, 173, 158);
    color: white;
    font-weight: bold;
    cursor: pointer;
}
li{
    position: relative;
    left: 80px;
}
.navbar2{
 background-color: #25242a;
 position: relative;
 top: 250px;
 left: 30px;
 width: 1450px;
 height: 70px;   
 color: white;
 font-family: sans-serif;
}
.logo{
    position: relative;
    left: 1200px;
}
.list{
     position: absolute;
     left: 15px;
}
.button{
    position: relative;
    left: 400px;
    bottom: 10px;
    padding: 8px 30px;
    border-radius: 20px;
    border: none;
    background-color:  rgb(25, 173, 158);
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.navbar3{
  width: 1450px;
    height: 70px;
    background-color: #25242a;
    position: relative;
    top: 380px;
    left: 30px;
    color: white;
    font-family: sans-serif;   
}
.items{
    position: relative;
    left: 240px;
}