

html {
  font-size: 10px;
  background-color: inherit;
  font-family: helvetica, sans-serif;
  margin: 0;
}

html, body{
    background-color: #f3f0f0;
    width: 720px;
    height: 100%;
    margin: 0;
}

body{
  width: 720px;
  margin: 0;
  margin-top: 2rem;
  user-select: none;
}

h1 {
  color: #321e1e;
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 0;
}
h3 {
  color: #821414;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 0;
  font-weight: bold;
}

p {
  margin-top: 5px;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #821414;
  margin-right: 1rem;
  line-height: 2.5rem;
}

input{
  width: 100%;
  height: 100%;
  font-size: 40px;
  line-height: 40px;
  align-content: center;
  text-align: center;

}

.shoe{
  width: 600px;
  margin-left: 10vw;
  margin-right: 10vw;
}

.heading{
  height: 20px;
  font-weight: bold;
  text-decoration: none;
  color: rgba(130, 20, 20, 1);
  margin-bottom: 2rem;
  line-height: 2.5rem;
}



/* Gmae board */

#gameBoard{
  display: flex;
  flex-direction: row;
}

.shadow{
  box-shadow: 1px 1px 3px 0px #231111;
}

#footer {
  height: 200px;
}












