body {
  margin: 0;
}

#root {
  font-family: 'Open Sans', sans-serif;
}

#root a {
  color: inherit;
  text-decoration: none;
}

#root p,
#root h1 {
  margin: 0;
}

#root #restrict-area-wrap {
  color: #323232;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0;
}

#root #restrict-area-wrap .links {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  padding: 5px 0;
}

#root #restrict-area-wrap .label {
  text-align: center;
}

#root #main-info p {
  line-height: 2rem;
}

#root #main-info p a {
  color: #ffffff;
  font-weight: bold;
}

#root #main-info {
  text-align: center;
  background-color: #4b1500;
  color: #ffffff;
  height: 90vh;
  padding-top: 10%;
}
