body {
    background-color: black;
    background-image: url(https://textures.neocities.org/textures/pattern-and-prints/GREYTILE.png);
    color:aliceblue;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

p {
    text-align: center;
}

h1, h2, h3, h4, h5 {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

hr {
    width: 50%;
    color: aliceblue;
    box-shadow: 0px 0px 5px black;
}

.page-header {
    max-width: 60%;
    height: auto;
    display: block;
    margin: auto;
    
}

.main-section {
    padding: 10px 20px 20px 10px;
    margin: auto;
    max-width: 45%;
    border-radius: 5px;
    border-style: double;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px black;
}

a:link {
    color:cadetblue;
}

a:visited {
    color:royalblue;
}

a:hover {
    color:skyblue;
}

.links {
    text-align: center;
    font-size: x-large;
}

.page-footer {
    align-content: center;
    justify-items: center;
}

.buttons {
    display: block;
    width: 100%;
    text-align: center;
}
