em {
    font-style: italic;
    font-size: large;
}

strong {
    font-weight: bold;
    font-size: large;
}

body{
    background-color: #0d0d17;
}

.flex-container{
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-item{
    padding: 0;
    max-width: 500px;
    text-align: center;
}

h1{
    color: #FFFFFF;
    font-size: xx-large;
}

h2{
    font-size: x-large;
    color: #FFFFFF;
}

h3{
    font-weight: bold;
    font-style: italic;
    color: #999999;
    font-size: larger;
}

#general{
    color: #707075;
}

#education{
    color: #707075;
}

#hobbies{
    color: #707075;
}

hr{
    color: whitesmoke;
}

footer{
    color: #707075;
}