h1 {
    border-style: solid;
    border-color: darkblue;
    border-radius: 10px;
    color: white;
    padding: 10px;
    font-family: 'Times New Roman', Times, serif;
}

body {
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
    background-image: url(/images/dark\ GIF.gif);
    display: flex;
    flex-direction: column;
    align-items: center; }


p {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
}