@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;700;800;900&display=swap');
body{
padding: 0;
margin: 0;
color: white;
font-family: 'Montserrat', sans-serif !important;
}
header {
height: 100px;
position: sticky;
top: 0;
background: aquamarine;
/* position: fixed; */
z-index: 999;
max-width: 100vw;
}
.header__img{
vertical-align: middle;
padding-top: 1%;
}
img{
object-fit: cover;
width: 250px;
height: 100px;
margin: 0;
}
.header__nav{
position: sticky ;
top: 0;
}
.header__navlink{
border-radius: 0;
border-bottom: 16px;
height: 130px ;
margin-right: 5%;
max-width: 33.333%;
display: inline-block;
color: rgb(199, 199, 199) ;
letter-spacing: 3px;
font-weight: 700 ;
font-size: 35px ;
transition:1s all;
}
.header__navlink:hover{
background-color: rgb(52, 52, 52);
color: #dddddd;
display: inline-block;
}
ul,li{
list-style-type: none;
}