body, html {
  margin:0;
  padding:0;
  width:100vw;
  height:100vh;
  background-color:black;
  color:lightgray;
  text-align:center;
  box-sizing:border-box;
}
h1, h2, h3 {
  font-family: "Matemasie", sans-serif;
  margin-bottom: 2em;
}
p, span {
  font-size:1.3em;
  font-family: "Poppins", sans-serif;
}
a {
  font-size: 0.9em;
  color:limegreen;
}
a:visited {
  color:hotpink;
}
button {
  border:1px solid black;
  font-size:1.2em;
  font-family: "Poppins", sans-serif;
  cursor:pointer;
  background-color: teal;
  color: ghostwhite;
  padding: 0.5em;
  border-radius: 0.6em;
  transition: scale 0.3s;
  min-width: 10em;
  margin-bottom: 1.5em;
}
button:hover {
  scale: 1.15;
}
button:active {
  transform: translateY(5px);
}
img {
  max-width: 25%;
  margin-left: 1.5em;
}
.revoked {
  display:none;
}
.secondAnim {
  scale: 1.5;
  margin-left:10%!important;
  margin-bottom: -100px !important;
}
.ribbons {
  position: absolute;
}
.medalPos {
  bottom: 20%!important;
}
.sovietPos {
  top: 130px!important;
  right: 70px!important;	
}
#container {
  width:50%;
  margin:0 auto;
  padding: 0.5em;
  box-sizing:border-box;
}
#mursuTop {
  position:relative;
}
#mursuBottom {
  border-top: 0.5em solid teal;
  border-radius: 1em;
  margin-top: -18px;
}
#mursuBottom0 {
  border-top: 1.5em solid teal;
  border-radius: 1em;
  position: relative;
}
#balloon {
  position: fixed;
  top: 50%;
  left: 20%;
  opacity:0;
  transform: translate(-50%, -50%);
  z-index: 101;
  cursor:pointer;
  pointer-events:none;
}
#EuripidesTimer {
  font-size: 16px;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  position:absolute;
  margin:0;
  z-index:100;
  text-shadow: 2px 2px black;
  width: 50%;
  text-align:left;
}
#murImg {
  max-width: 450px;
  margin-left: 100px;
  z-index: 100;
  position: inherit;
  cursor:pointer;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
#murImg img {
  margin-left: 0;
}
#murImg0 {
    max-width: 60%;
    margin-bottom: -10px;
}
#murImg1 {
  max-width: 40%;
  margin-bottom: -150px;
}
#murImg2 {
  margin-left:10px;
  max-width:unset;
  display:none;
  margin-bottom: -60px;
  z-index: 1;
  position: relative;
}
#sovietCat {
  position:absolute;
  top: 80px;
  right: 15px;
}
#mursuOpts, #otherOpts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#otherOpts {
  margin-top:2em;
}
#otherOpts button {
  background-color: hsl(200, 50%, 40%);
  font-size:0.95em;
}
#quotes {
  position: fixed;
  width:100%;
  opacity: 0.6;
  z-index:2;
  pointer-events:none;
  bottom: 3%;
  left: 50%;
  transform:translate(-50%, -50%);
}
#quotes p {
  margin: 0;
}
#storageAndRam {
  display:flex;
  justify-content: space-between;
  opacity:0;
  gap:10px;
  font-size:0.75em;
  margin: 0.3em 0;
  text-align:center;
  padding: 0;
}
#sakura {
  display:none;
  cursor: pointer;
  position: absolute;
  bottom:50%;
  transform:translateY(-50%);
  left:0px;
  display:none;
}
#sakura p {
  font-size:1.5em;
}
#sakura span {
  border-radius: 0.7em;
  border: 0.1em solid hotpink;
  padding: 0.4em;
}
#ribbon1 {
  bottom:10%!important;
}
#ribbon2 {
  bottom: 10%;
  right:10%;
}
#ribbon3 {
  bottom: 10%;
  right: 15%;
}
#headline {
	cursor:pointer;
}

@media only screen and (max-width:1300px) {
  body, html {
    height: 130vh;
  }
  img {
    max-width:30%;
  }
  #container {
    width: 70%;
  }
  #quotes p {
    font-size: 1em;
  }
  #balloon {
    scale: 0.85;
  }
  #sovietCat {
    top: 65px;
    right: 2px;
  }
}

@media only screen and (max-width: 600px) {
  html, body {
   height: 110vh;
  }
  button {
    margin-bottom: 0.5em;
  }
  img {
    margin-left: 1em;
  }
  .secondAnim {
    margin-bottom: -75px!important;
  }
  .sovietPos {
    top: 75px!important;
    right: 38px!important;	
  }  
  #balloon {
    scale: 0.75;
  }
  #murImg {
    max-width:70%;
  }
  #murImg1 {
    margin-bottom: -100px;
  }
  #murImg2 {
    max-width:80%;
    margin-bottom: -50px;
  }
  #container {
    width: 100%;
  }
  #quotes {
    bottom: 21%;
  }
  #mursuBottom {
    margin-top: -16px;
  }
  #ribbon2, #ribbon3 {
    bottom: 3%;
  }
  #sovietCat {
    top: 45px;
  }  
}

