body {
  margin: 0;
  padding: 0;
  background-color: #007bff;
  color: white;
}

body a {
  color: white;
  text-decoration: underline;
}

body a:hover {
  color: white;
}

.notice {
  width: 40%;
  height: 100%;
  position: relative;
  margin-top: 20vh;
  margin-left: 10%;
  z-index: 5;
}

h1 {
  font-size: 4em;
}

hr {
  border: none;
  height: 5px;
  width: 100px;
  float: left;
  color: white;
  background-color: white;
}

.error-icon {
  width: 40%;
  height: 150%;
  position: fixed;
  bottom: -10px;
  right: 10%;
  z-index: 1;
}