@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
    text-decoration: none;
    color: white;
}

html{
    scroll-behavior: smooth;
}

.body{
    overflow-y: hidden;
}

.main{
    width: 100%;
    height: 100%;
    padding: 36px;
    background: linear-gradient(black 0%, #e62525);
    background-size: cover;
    text-align: center;
}

.main h1{
    margin: 80px;
    font-family: "Bona Nova SC", serif;
    color: lemonchiffon;
}

.main h3{
    font-family: "Bona Nova SC", serif;
    color:lemonchiffon;
    margin-top: -40px;
}

.main img{
    margin-top: 150px;
    width: 25%;
    height: 25%;
    border-radius: 8px;
}

.main h2{
    margin-top: 20px;
    font-size: 96px;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    padding: 24px;
    color: rgb(255, 201, 53);
}

.details{
    margin: 36px;
}

.details p{
    font-family: "Alfa Slab One", serif;
    font-size: 16px;
}

/* .promo{
    margin: 120px;
}

.promo .promo-text h1{
    font-size: 47px;
    font-weight: 900;
    line-height: 1.2;
    margin: 20px 0 20px;
}

span{
    color:#2ecc71
}

.promo .promo-text h3{
    font-size: 17px;
    font-weight: 400;
}

.promo .promo-text p{
    width: 440px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
} */