@import url('https://fonts.googleapis.com/css2?family=Jersey+10&family=Jersey+15&display=swap');




header {
    text-align: center;
    height: 25vw;
    max-height:50vh;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    
}


.w-title {
    text-align: left;
}

.c-w {
    color: black;
    width: 15px;
    height: 15px;
    background-color: white;
    display: flex;
    align-items: center;
}

.w-icons {
    display: flex;
    align-items: center;
    align-content: center;    
    height: 100%;
}

.win-1 {
    width: 70vw;
    height: 20vw;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 2vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.3em;
    
}

.win-1 p{
    margin: 2px;
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    
}

.i-win-1 {
    position: absolute;
    width: 98%;
    height: 88%;
    background-color: rgb(255, 255, 255);
    top:50%;
    left: 50%;
    transform: translate(-50%,-48%);
    overflow: hidden;
}

.header {
    display: flex;
    width: 100%;
    height: 20px;
    justify-content: space-between;
    color: rgb(255, 255, 255);
   
}

.i-win-1 p {
    color: rgb(0, 0, 0);
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10vw;
    
    margin-left: 2%;
    margin-top: 2%;
    text-align: center;
}

.c-w-b {
    color: rgb(255, 255, 255);
    width: 15px;
    height: 15px;
    background-color: rgb(0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    top:1vh;
    margin-bottom: 0;
}

.win-2 {
    width: 45vw;
    height: 15vw;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 31vw;
    left: 13vw;
    
    border-radius: 0.3em;
    
}

.win-2 p{
    margin-left: 2px;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    
}

.w-title-2 {
    text-align: left;
    color: black;
}

.i-win-2 {
    position: absolute;
    width: 98%;
    height: 88%;
    background-color: rgb(0, 0, 0);
    top:50%;
    left: 50%;
    transform: translate(-50%,-46%);
    overflow: hidden;
}

.i-win-2 p {
    color: rgb(255, 255, 255);
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
    text-align: left;
    margin-top: 0.5vw;
}

.win-nav {
    width: 17vw;
    height: 15vw;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 31vw;
    left: 68vw;
    
    border-radius: 0.3em;
    
}

.win-nav p{
    margin-left: 2px;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    
}

#nav-buttons{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#nav-buttons p {
    color: rgb(255, 255, 255);
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
    text-align: left;
    margin-top: 0.5vw;
}

button {
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
}

b {
    font-size: 1.7vw;
}

