body {
    background-color: #782ccf;
    background-image: url("https://www.transparenttextures.com/patterns/ps-neutral.png");
    font-size: 1.8em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #dac3f4;
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 650px;
}

#content {
    background-color: #782ccf;
    border: 2px solid black;
    width: 50%;
    text-align: center;
    box-shadow: 0 0 10px #ba8feb;
    padding: 20px;
    /* box-shadow: 10px 10px 0 0 #46246c, 10px 10px 0 2px black; */
}

a {
    color: #27054d;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
}

h1 {
    text-shadow: 0 0 10px #ba8feb;
}