body {
    background-color: #343a40;
    color: #e9ecef;
    font-family: 'Archivo', sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 14px;
}

@media only screen and (min-width: 750px) {
    body {
        font-size: 18px;
    }
}

main {
    padding-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

a {
    color: #e9ecef;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 16px;
}

.name {
    font-family: 'Spectral', serif;
    font-size: 30px;
    letter-spacing: 8px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 750px) {
    .name {
        font-size: 40px;
    }
}

.title {
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.skills {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 3rem;
}