@import url('https://fonts.googleapis.com/css?family=Inter');

* {
    font-family: 'Inter';
}

html, body {
    background-color: #363640;
    width: 99%;
}

a {
    text-decoration: none;
}

h1 {
    color: white;
}

p {
    color: azure;
}

#website-topmenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/* Navbar */
#website-navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: space-between;
    align-items: center;
}

#website-navbar-branding  {
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: 60px;
    
    align-items: center;
}

#website-buy {
    font-weight: 800;
    background-color: #8e5d5d7e;
    width: 150px;
    color: white;
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#website-buy img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#website-buy * {
    font-weight: 800;
    background-color: #8e5d5d7e;
    width: 150px;
    color: white;
    justify-content: center;
    
    height: 60px;

}


#website-navbar-branding h1 {
    white-space: nowrap;
    width: 150px;
    font-weight: 800;
font-size: 28px;
line-height: 34px;
    height: 60px;
    color: #FFFFFF;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    
    margin-left: 7px;

}



#website-navbar-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

#website-navbar-links a {
  
    margin-left: 15px; 
    color: white;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
}

#website-logo {
    width: 60px;
    height: 60px;
}


.link{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.link::before,.link::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e65454;
    transform: scaleX(0);
    transition: transform .25s;
}



.link::before {
    top: -3px;
    transform-origin: left;
}

.link::after {
    bottom: -3px;
    transform-origin: right;
}

.link:hover::before,.link:hover::after {
    transform: scaleX(1);
}

#text-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: start;
    padding-left: 4.5rem;
    max-width: 450px;
    color: #944E4E;
    margin-bottom: 12px;
}

.text-body {
    
font-family: 'Inter';
    
font-style: normal;
    
font-weight: 800;
    
font-size: 16.50px;
    
line-height: 18px;
    
display: flex;
    
align-items: center;
    
padding-left: 4.5rem;
    
text-align: start;
    
max-width: 405px;
color: #fff;
}