html {
    font-family: Ms Gothic, Verdana, sans-serif;
    color: #AAC9FF;
}

body {
    background-image: url(assets/background.png);
}

pre {
    font-size: 20px;
    text-align: center;
    padding: 30px;
    margin: 0px;
}

.description {
    font-size: 15px;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 30px;
    padding: 10px;
}

.container {
    width: 705px;
    margin: 0 auto;
}

.flex-container {
    display: flex;
    flex-basis: 0;
    column-gap: 10px;
    flex-shrink: 0;
}

.about-section {
    width: 600px;
    height: auto;
    border-radius: 0px;
    background-color: #08203C;
    border-style: solid;
    border-color: #0D3863;
    border-width: 1px;
    padding: 0 15px;
    line-height: 20px;
}

.sidebar {
    border-radius: 0px;
    background-color: #08203C;
    border-style: solid;
    border-color: #0D3863;
    border-width: 1px;
    padding: 10px;
    width: 105px;
    height: auto;
    text-align: center;
}

a {
    text-decoration: none;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    color: blue;
}


a:visited {
    color: blue;
}

.entries-container {
    margin-top: 15px;
    height: auto;
    border-radius: 0px;
    background-color: #08203C;
    border-style: solid;
    border-color: #0D3863;
    border-width: 1px;
    padding: 0 15px;
    line-height: 20px;
    margin-bottom: 30px;
}

.entry-divider {
    width: 625px;
    height: 0px;
    border-top: 1px solid #AAC9FF;
    margin: 20px auto 20px auto;
}

.signature {
    color: #7287AB;
    text-align: right;
}