* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Times New Roman, serif;
    background-color: #000;
    background-image: url("https://olivrrs.neocities.org/sitebg.png");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.error-container {
    text-align: center;
    background-color: #ffb5dfba;
    padding: 20px;
    border: 2px solid #372056
}

h1 {
    font-family: Georgia, serif;
    padding: 0px 0px 5px;
    font-size: 1.2em;
}

p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

a {
    font-size: 20px;
    font-weight: 20px;
    color: #372056;
}

blockquote {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 1em 0;
  border-radius: 10px;
}

hr {
  border: 0;
  border-top: 2px solid #372056;
  margin: 0.8em 0;
}

::selection {
  /* (Text highlighted by the user) */
  background: rgba(0, 0, 0, 0.2);
}
