html{
    overflow-x: auto;
}

body{
    font-family:"Inter", sans-serif;
    background-color:#c5bba7;
    overflow-x:hidden;
    margin:0;
}

h1, h2{
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    font-size: 8vw;
    margin: 0;
}

button {
    background: #000000;
    color: #ffffff;
    font-size: medium;
    border: none;
    padding: 1em;
}

footer img{
    margin:auto;
    display:block;
    max-width:30%;
    min-width:300px;
}

#game-iframe {
    display:block;
    margin:0 auto;
    max-width:1800px;
}

.block{
display:flex;
height:100vh;
}

.block a{
    text-decoration: none;
    color:#000;
}

.block img{
    flex:2;
}

.block p{
    flex:3;
    text-transform: uppercase;
    font-size: 8vw;
    font-weight:700;
    word-break: break-all;
    padding: 2vw;
    margin: 0;
    margin-block-start: 1em;
}

#wimblegame-block{
    display:block;
    height:70vh;
}

@media screen and (max-width:720px) {
    h1{
        font-size:12vw;
        font-weight:700;
    }

    .block{
    display:block;
    }

    .block img{
        width:100%;
    }

    .block p{
        font-size:15vw;
        font-weight:700;
    }
}

footer{
    margin-top:5em;
    text-align:center;
    margin-bottom:1em;
}

footer a{
    text-decoration: none;
    color:#000;
    font-size:0.8em;
}

[data-aos] {
        visibility: visible;
      }


[data-aos="new-animation"] {
    left:0;
  }

[data-aos="new-animation"].aos-animate{
    left: 100px; 
  }


  /* INSTRUCTION BUTTON */
  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: left;
  }

a#myBtn{
    cursor: pointer;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  #instruction-button-container{
    max-width: 960px;
    margin: auto;
    text-align: center;
  }