/*
CSS file for server notes page.
For private use only.  Not licensed.
*/

body {
    padding: 0 10px 10px 10px;
    font-size: 150%;
}

/* Applying these to a <div> instead of <h1> spaces the text better. */
.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.text {
    margin: 0 10% 40px 10%;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
