@import url('https://fonts.googleapis.com/css2?family=Jersey+10&family=Jersey+15&display=swap');


body {
    
    background-image: url("img/paper.jpg");
    background-size: cover;
}

.win-1 {
    height: 46vw;
    width: 96vw;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header {
    display: flex;
    width: 100%;
    height: 2vw;
    justify-content: space-between;
}

.w-title {
    text-align: left;
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 1.5vw;
    margin-left: 1vw;
}

.c-w {
    color: black;
    width: 1.5vw;
    height: 1.5vw;
    background-color: white;
    margin-bottom: 0;
    margin-left: 0.2vw;
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5vw;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.c-w:hover {
    color: black;
}

.w-icons {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 0.2vw;
}

.i-win {
    background-color: white;
    margin: 0.5vw;
    height: 93.5%;
    display: flex;
}

.inside-1 {
    color: black;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inside-1 h1 {
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6vw;
}

.inside-1 p {
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#desc-1 {
    font-size: 1.2vw;
    text-align: center;
    width: 60%;
}



@media only screen and (max-width: 1024px) {
    .win-1 {
        height: 600vw;
        max-height: 95vh;
        width: 96vw;
    }
    .i-win {
        height: 95%;
    }
}