
body {
width:40%;
position: relative;
background-image: linear-gradient(rgb(0, 0, 0), rgb(255, 255, 255, 0.1));
margin-left: auto;
margin-right: auto;
background-position: center bottom;
background-repeat: no-repeat;
}

#content {
box-shadow:2px 3px 5px #999;
}

h1 {
float: left;
background-color: rgb(250, 144, 4);
color: rgb(26, 2, 71);
width: 100%;
overflow: hidden;
font-family: 'Londrina Shadow', cursive;
margin-bottom: 0px;
margin-top: 0px;
padding-bottom: 2px;
font-size: 72px;
text-align: center;
font-weight: bolder;
}

#instructions {
float: left;
background-image: linear-gradient(rgb(250, 144, 4), rgb(255, 166, 0));
color: rgb(0, 0, 0);
width: 100%;
padding-bottom: 60px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: bolder;
font-size: 24px;
}

ul {
    padding-left: 10px;
    padding-right: 10px;

}

#ranNumb {
    width: 100%;
    height: 70%;
    background-color: black;
    margin-top:0px;
    display: inline-block;
    text-align: center;
    padding-top: 50px;
    color: white;
}

#numandscore {
    height: 150px;
    width: 100%;
}
.column {
    float: left;
    width: 50%;
    position: relative;
    height: 150px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  #scoreboard {
      width: 90%;
      height: 100%;
      background-color: rgb(255, 166, 0);
      display: inline-block;
      margin: auto;
      padding-left: 10%;
      font-family: 'Londrina Shadow', cursive;
      color: black;
      font-weight: bolder;
      font-size: 40px;
  }

  #wins, #loss #standing {
      margin: auto;
  }

#gems {
    text-align:center;
    border:solid 10px black;

}
#gems input {
width: 24%;
height: 250px;
object-fit: fill;
margin-left: auto;
margin-right: auto;
}

#bottom p {
    width: 100%;
    background-color: rgb(250, 144, 4);
    text-align: center;
    font-family: 'Geostar Fill', cursive;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#score {
    width: 100%;
    height: 100px;
    background-color: rgb(250, 144, 4);
    text-align: center;
    padding-bottom: 3%;
font-family: 'Geostar Fill', cursive;
    font-size: 100px;
}

audio { 
    display:none;
 }

 @media only screen and (min-width:1200px) {
    html {
        height: 100%;
    }    
 }
 @media only screen and (max-width: 1200px) {
    body {
        width:90%;
        height: 100%;
    }
  }