body
{
  background-color: #e4e4e4;
  border: 10px solid #6392ff;
  border-radius: 32px;
  width: auto;
  height: auto;
  margin: 20px;
  color: #000000;
}

h1
{
  font-size: 80px;
  color: #214088;
  margin-block-start: 10px;
  margin-block-end: 0px;
}

h2
{
  font-size: 20px;
  color: #214088;
  margin-block-start: 10px;
  margin-block-end: 0px;
}

input
{
  padding-top: 20px;
  height: 20px;
  resize: none;
  border: 2px solid #e4e4e4;
  border-radius: 4px;
}

input[type=submit]
{
  padding: 20px 40px;
  padding-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

p
{
  color: #214088;
}

#header
{
   text-align: center;
   border-bottom: #6392ff solid 10px;
   height: 140px;
   display: flex;
   flex-direction: row;
   justify-content: center;
}

#main
{
  text-align: center;
  background-color: #e8e8e8;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 30px;
  font-family: "Trebuchet MS", sans-serif;
}

#footer
{
  text-align: center;
  border-top: #6392ff solid 10px;
  height: 50px;
}

#titleBox
{
  width: 80%;
  padding-left: 30%;
  padding-right: 20%;
}

#scoreBox
{
  width: 20%;

}

.floating
{
  position: absolute;
  top: 0;
  left: 0;
}
