* {
  text-align: center;
  color: #e6ffff;
}

div#helpcontent {
  margin: auto;
  width: 600px;
}

div#changelog {
  margin: auto;
  width: 600px;
}

p, li {
  text-align: justify;
}

input {
  color: #000000;
}

h1,h2 {
  font-weight: bold;
}
h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

table.stattable, td, th {
  border: 2px solid;
  border-collapse: collapse;
  font-size: 32px;
}

table.stattable {
  margin: auto;
}

th {
  font-weight: bold;
}

body {
  background-color: DimGrey;
}

div#scoregraph {
  width: 600px;
  height:250px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.loggedstatus {
  font-weight: bold;
  font-size: 30px;
}

div.buttontopic, div.distancetopic, div.jylyscore {
  font-size: 40px;
}

div#masterscore, div#setcounter {
  font-size: 50px;
}

div#distance {
  font-size: 80px;
  display:flex;
  justify-content: center;
}

button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  margin: 10px;
  text-decoration: none;
  display: inline-block;
  font-size: 40px;
  width: 220px;
  height: 120px;
  white-space: nowrap;
}

button.smallbutton {
  border: none;
  color: white;
  padding: 20px 35px;
  margin: 5px;
  display: inline-block;
  font-size: 24px;
  width: 180px;
  height: 80px;
  white-space: nowrap;
}

button.red {
  background-color: crimson;
}

button.menubutton {
  width: 300px;
  padding: 30px 64px;
}

button.modal__close {
  background: none;
  font-size: inherit;
  width: 75px;
  height: 75px;
}

button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

button.active {
  border: 8px solid #1C2F60;
}
