
.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;
}

.content{
    width: 1200px;
    height: auto;
    top: -80px;
    color: #ffff;
    position: relative;
    left: 0;
    align-content: center;
    text-align: center;
}

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

.container {
    align-content: center;
   padding-top: 0px;
   width: 80%;
   min-height: 50vh;
   display: flex;
   align-items: center;
   justify-content: center;

}

.gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.gallery img{
    width: 100%;
}