html {
    background-color: #f1f2f6;
    font-family: "Open Sans", sans-serif;
    color: #222;
    line-height: 1.3;
}

body {
    margin: 0;
}

.main {
    margin: 0 auto;
    width: 50%;
}

@media only screen and (max-width: 600px) {
    .main {
        width: 95%;
    }
}

.logo {
    font-size: 3em;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: 1em;
}

h1 {
    font-weight: 300;
    font-size: 1.4em;
}

a {
    border-bottom: 0.15rem solid rgba(14, 14, 97);
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #222;
}

em {
    font-style: normal;
    border-bottom: 0.05rem solid #000000;
    color: #000;
}

strong {
    font-weight: 600;
}

.email {
    font-weight: 400;
}

footer {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    padding-bottom: 5px;
    font-size: 12px;
}
