p{
    color:white;
}

a.error-button{
  margin-top:1rem;
  padding:0.6em 1.4em;
  background-color:#9995ef;
  color:#121212;
  border-radius:999px;
  text-decoration:none;
  font-weight:600;
}
a.error-button:hover{
  opacity:0.85;
}