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;
}
.ribbons {
  position: absolute;
}
.medalPos {
  bottom: 25%!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 {
  background-color: teal;
  height:3.5em;
  margin-top:-15px;
  border-radius: 1em;
  position: relative;
  overflow:hidden;
  cursor:pointer;
  padding:0;
}
#scroller {
	padding:0;
	margin:0;
	position:absolute;
	font-size:1.3em;
	font-family:monospace;
	top:70%;
	right:0;
	text-align:center;
	transform: translate(100%, -50%);
	width: fit-content;
	transition: opacity 0.5s ease;
	opacity:0;
	white-space: nowrap;
	text-shadow: 1px 1px black;
	font-weight: bold;
}
#scroller.is-scrolling {
  transform: translateX(-100%);
  opacity: 1;
}
#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;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
#murImg img {
  margin-left: 0;
}
#murImg0 {
	cursor:pointer;
    max-width: 60%;
    margin-bottom: -10px;
}
#murImg1 {
  max-width: 40%;
  margin-bottom: -150px;
  cursor:pointer;
}
#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;
}
#storageAndRam {
  display:flex;
  justify-content: space-between;
  opacity:0;
  gap:10px;
  font-size:0.75em;
  margin: 0.3em 0;
  text-align:center;
  padding: 0;
}

#ribbon1 {
  bottom:10%!important;
}
#ribbon2 {
  bottom: 25%;
  right:10%;
}
#ribbon3 {
  bottom: 25%;
  right: 15%;
}
#headline {
	cursor:pointer;
	margin-bottom:0;
	background-blend-mode: overlay;
}
#moreButts {
	opacity:0;
	margin-bottom: 8px;
	border: 1px solid gray;
	border-radius: 12px;
	padding: 8px;
}
#moreButts button {
	background-color: gray;
	padding: 2px 4px;
	font-size: 14px;
	margin:0;
}
#moreButts span {
	font-size:12px;
}
#vehicle {
	position:absolute;
	display:none;
	bottom: -30px;
	right: 15px;
	scale: 1.4;
	cursor:pointer;
	z-index: 1;
}  
#catInsignia {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	pointer-events:none;
	z-index: 100;
	text-align: right;
}
#catInsignia p {
	font-size:16px;
	margin:0;
	text-shadow: 1px 1px black;
}
#rankPatch {
	height:7em;
	margin:0;
}

@media only screen and (max-width:1300px) {
  body, html {
    height: 140vh;
  }
  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;
  }
  .sovietPos {
    top: 75px!important;
    right: 38px!important;	
  }  
  #balloon {
    scale: 0.75;
  }
  #murImg {
    max-width:70%;
  }
  #murImg1 {
    margin-bottom: -100px;
  }
  #container {
    width: 100%;
  }
  #quotes {
    bottom: 21%;
  }
  #mursuBottom {
    margin-top: -16px;
  }
  #ribbon2, #ribbon3 {
    bottom: 30px;
  }
  #sovietCat {
    top: 45px;
  }  
  #vehicle {
  	right:2px;
  }
 #rankPatch {
 	max-width:35px; 	
 	height: 5em;
 }
}

