
#background {
    position: fixed;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    top: 0%;
    left: 0%;
    z-index: 1;
}  

#imageFrame {
    position: relative;
    background-color: rgb(255, 255, 255);
    top: 10%;
    left: 90%;
    width: 35vw;
    height: 35vh;
    border: solid 4px rgb(255, 255, 255);
    z-index: 100;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.button {
    background-color: black;
    border: solid 6px rgb(97, 97, 97);
    border-bottom-style: hidden;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 26px;
    cursor: pointer;
  }

  #english {
    font-size: 18px; 
    vertical-align: text-top;
  }

  #source {
    position: absolute;
    font-size: 14px; 
    vertical-align: text-top;
    text-align: right;
    left: 70%;
  }

  #weaponFrame {
    position: relative;
    background-color: rgb(255, 255, 255);
    left: 33%;
    width: 30vw;
    height: 25vh;
    border: solid 4px rgb(255, 255, 255);
    z-index: 100;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#frameNarrow {
  position: relative;
  background-color: rgb(255, 255, 255);
  left: 33%;
  width: 20vw;
  height: 35vh;
  border: solid 4px rgb(255, 255, 255);
  z-index: 100;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#weaponSource {
  position: absolute;
  font-size: 14px; 
  vertical-align: text-bottom;
  left: 40%;
}

#weaponRow {
  height:5vh; 
  position:relative; 
  left:65%;
}