html{
  font-size:18px;
  font-family:Arial,Helvetica,sans-serif;
}

@media (max-width:600px){
  html{
    font-size:16px;
  }
}

body{
  padding:0;
  margin:0;
}

#root{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#root > *:not(:last-child) {
  padding: 0 2vw;
}

#header {
  display: flex;
  align-items: center;
  margin-top:0.5rem;
}

#header > *:not(:first-child) {
  margin-left:0.7vw;
}

#logo{
  margin-right: auto;
}

#logo img{
  height:2rem;
}

#content{
  flex:1;
}

#footer{
  display:flex;
  row-gap: 1rem;
  padding:2rem 2rem;
  margin-top:2rem;
  background-color: rgb(0, 0, 0);
  color:rgb(215, 225, 227);
  font-size:0.8rem;
}

#footerleft{

}

#footerright{
  margin-left:auto;
  align-self: center;
}

@media (max-width:600px){
  #footerleft{
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
  }
}

#footer a{
  text-decoration: none;
  color:rgb(255, 255, 255);
  margin-right:1rem;
}

#footer a:hover{
  color:#c6bdbd;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}

.none{
  display:none;
}


.button {
  background-color: rgb(227, 227, 227);
  padding: 2px 5px 2px 5px;
  padding: 2px 5px 2px 5px;
  border-radius: 6px;
  border: 1px solid rgb(172, 171, 171);
  cursor: pointer;
  font-size:1rem;
}

.value{
  font-size:1rem;
}

.pop {
  border: 1px solid rgb(172, 171, 171);
  border-radius: 10px;
  background-color: rgb(224, 224, 224);
  display: none;
  z-index: 100;
  position: absolute;
  font-size:1rem;
  max-width: 50%;
}

.pop > div:not(:first-child):not(:last-child){
  margin:0.5vh 0;
}

#discord_medium{
  width:3rem;
}

#discord_footer{
  width:1.5rem;
}