@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    background-color: #f3f3f3;
    margin: 0;
    padding: 1rem 4rem;
    /* text-align: center; */
}
header {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-top: 25px;
}
header a {
    text-decoration: none;
    color: #377d57;
    font-size: 1.2rem;
    font-weight: 500;
}
.main-content {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.billboard {
    /* width: 80%; */
}
.billboard img {
    width: 100%;
    max-width: 900px;
}
.logo {
    width: 25rem;
}
.coming-soon {
    font-size: 24px;
    color: #232323;
    display: flex;
    justify-content: space-around;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
    width: 75%;
}
.coming-soon span {
    font-size: 1.8rem;
}
.star {
    width: 12rem;
    margin-left: -2rem;
}