body {
    background-color: #2c5679;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    min-height: 100vh;
    justify-content: center; /* Centers the child horizontally */
    align-items: center; /* Centers child vertically */
}

a:link {
    color: white
}

a:visited {
    color: white;
}

p {
    color: white;
}

h1 {
    text-transform: capitalize;
    font-variant: small-caps;
}

hr {
    border-top: 1px solid black;
    clear: both;
}

#content {
    background-color: #2c5679;
    margin: auto;
    text-align: center;
}
