body {
    background-color: #ffa449;
}

h1 {
    letter-spacing: 3px;
    margin: 0 0 18px 0;
    font-size: 220%;
}

h3 {
    letter-spacing: 2px;
    margin: 16px;
    font-size: 140%;
}

a {
    color: inherit;
    border-radius: 3px;
    text-decoration: none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

a:hover {
    background-color: #ffc363
}

#flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20vh;
}

#content {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #464646;
    text-align: center;
    display: inline-block;
}

#title {
    border-bottom: 1px solid;
}

#links {
    margin-top: 42px;
}
