
body {
    margin: 0;
    padding: 0;
    border: none;
}


html,
body,
button,
input,
select,
textarea,
a {
    color: #000;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}
a {
    border-bottom: 2px solid transparent;
}
a:hover {
    border-bottom: 3px solid #1cbbb4;
    color: #444;
}
#hp-title {
    font-size: 1.6em;
}
h1,
h2,
h3,
.tag a {
    font-family: "Unica One", cursive;
}

#wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 93%;
    margin: auto;
    font-size: 1.5rem;
}

#hp-center {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
}

#hp-title {
    margin: 0;
    text-align: center;
}

#hp-subtitle {
    margin-top: 0;
    margin-bottom: 1.5em;
    text-align: center;
    line-height: normal;
    font-size: .7em;
    font-style: italic;
    opacity: .9;
}

#hp-social {
    font-size: 1.4em;
    text-align: center;
    opacity: .8;
}

#hp-footer {
    text-align: center;
    font-size: .6em;
    line-height: normal;
    opacity: .6;
}


#hp-social {
    font-size: 1.4em;
    text-align: center;
    opacity: .8;
}

#hp-social a {
    margin: 0 .2em;
}
