
.dynapuff-uniquifier {
  font-family: "DynaPuff", system-ui;
}

.lexend-uniquifier> {
  font-family: "Lexend", sans-serif;
}

*{
    margin: 0;
    padding: 0;
}

.main{
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,  rgba(0,0,0,0.5)50%), url(bg.jpg);
    background-position: center;
    background-size: cover;
    height: 109vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}

.icon{
    width: 200px;
    float: left;
    height: 70px;
}

.logo{
    color: #fd9c7c;
    font-size: 35px;
    font-family: "Dynapuff";
    padding-left: 20px;
    float: left;
    padding-top: 10px;
}

.menu{
    width: 400px;
    float: left;
    height: 70px;
}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a{
    text-decoration: none;
    color: #ffff;
    font-family: "Lexend";
    font-weight: bold;
    transition: 0.5s ease-in-out;
}

ul li a:hover{
    color: #fd9c7c;
}

.img{
    overflow: hidden;
    top: -70px;
    color: #ffff;
    padding-left: 180px;
    padding-top: 30px;
    padding-bottom: 5px;
}

.content{
    margin: auto;
    top: 5px;
    color: #ffff;
    padding-left: 260px;
    position: relative;
}

.content .par{
    padding-left: 50px;
    padding-bottom: 25px;
    font-family: "Lexend";
    letter-spacing: 1.2px;
    line-height: 30px;
}

.content h1{
    font-family: "Lexend";
    font-size: 50px;
    padding-left: 0px;
    letter-spacing: 2px;
}

.img2{
    position: absolute;
    overflow: hidden;
    right: 10;
    top: 102px;
    padding-left: 800px;
    bottom: 0px;
    margin-bottom: 0px;
    width: 89%;

}

.content2{
    margin: auto;
    top: 0px;
    color: #ffff;
    margin-top: -110px;
    padding-left: 780px;
    position: relative;
    padding-top: -50px;
    bottom: 0;
}

.content2 .par{
    padding-left: 29px;
    padding-bottom: 25px;
    font-family: "Lexend";
    letter-spacing: 1.2px;
    line-height: 30px;
}

.content2 h2{
    font-family: "Lexend";
    font-size: 50px;
    margin-top: -40px;
    padding-left: 140px;
    letter-spacing: 2px;
}