html, body {
  height: 100vw;
  width: 100vw;
  color: rgb(227, 227, 227);
  background-color: rgb(85, 96, 139);
}

body {
    text-align: center;
    align-content: center;
    align-items: center;
    font-family: 'Kanit', sans-serif;
}

button {
  background-color: #333a57;
  border: none;
  color: rgb(227, 227, 227);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; 
  margin: 4px 2px;
  cursor: pointer;
font-family: 'Kanit', sans-serif;
}

input {
  width: 20vw;
  text-align: center;
  background-color: #333a57;
  outline: 30vw;
  color: white;
  outline-color: white;
  font-family: 'Kanit', sans-serif;
}

#tokenStat {
    color: red;
    font-weight: bold;
}

#tokensStuff {
    background-color: white;
    border-radius: 150px;
    border: 4px black solid;
    display: inline;
    color: rgb(85, 96, 139);
    padding-left: 1vw;
    padding-right: 1vw;
}

#mainPageDiv {
  margin: auto;
  width: 50%;
  padding: 10px;
}

table {
  margin-left: auto;
  margin-right: auto;
}

#mainTextTitle {
    text-shadow: 7px 7px 2px #404040;
    font-size: 4.5vw;
}

::placeholder {
    color: #ababab;
}