main {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 20px 50px;
}

.error-msg {
  padding: 30px 50px 50px;
  text-align: center;
}

.text a {
  font-weight: bold;
  text-decoration: underline;
}

.text a:hover,
.text a:focus-visible {
  text-decoration: none;
}

img {
  width: 100%;
}

@media only screen and (max-width: 850px) {
  main {
    padding: 20px;
  }
}
