header p {
    text-align: center;
    margin-top: 5px auto;
}
h1{
    text-align: center;
}

h2, h3, h4, ul, p {
    margin: 5px;
}

.job-company{
    display: flex;
    justify-content: space-between;
    padding: 0px 25px;
}

.indent {
    display: flex;
    justify-content: space-between;
    margin: 0 25px;
}

body {
    background-color: #192024;
    color: #f5f6f7;
    font-family: "Bookman Old Style";
    font-size: 16px;
    padding: 20px;
    width: 95%;
    height: 100vh;
}

footer {
    text-align: center;
    padding-bottom: 10px;
}

legend {
    align-content: center;
}

.typewriter{
    color: aliceblue;
    font-size: 20px;
}

.top-padding{
    padding-top: 20px;
}

nav {
    width: 50%;
    max-width: 500px;
    height: 50px;
    margin: 0 auto;
}

nav > ul {
    display: flex;
    justify-content: space-evenly;
}

a {
    color: #ffffff;
}

a:visited {
    color: #02084c;
}

a:hover {
    color: #007cff;
}

a:active {
    color: #007cff;
}

#warning {
    color: crimson;
}

.circular-image {
    border-radius: 55%; /* Makes the image circular */
    width: 200px; /* Adjust as needed */
    height: 200px; /* Adjust as needed */
}




