img {
  height: 200px;

}

body {
  caret-color: transparent;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", "sans-serif";
  font-size: x-large;
  color: #404042;
  margin-top: 0px;
}

h2 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

th {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", "sans-serif";
  width: 40%;
  padding-left: 10px;
  padding-bottom: 20px;
  text-align: left;
}

table { 
  border-spacing: 30px;
  border-collapse: separate;
  margin-left: auto;
  margin-right: auto;
}

#player1{
  background-color:#6495ed;
  border: 4px solid #3e67cf;
}

#player2{
  background-color:#ff4929;
  border: 4px solid #e32605;
}

#player3{
  background-color:#2fda3a;
  border: 4px solid #3cb371;
}

#player4{
  background-color:#ffd700;
  border: 4px solid #ffb600;
}

.profile {
  width: 50px;
  height: 50px;
}

div {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", "sans-serif";
  font-size: x-large;
  color: #404042;
}

button {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", "sans-serif";
  font-size: 30px;
  color: #404042;
  padding: 10px 80px 10px 80px;
}

#radioArea {
  font-size: large;
}