html, body {
    font-family: "Helvetica Neue", serif;
}

body {
    background: #000;
    margin: 0;
}

.flex-container {
    position: fixed;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row {
    border-radius: 20px;
    padding: 5vh 5vw;
    background: rgba(0, 0, 0, 0.5);
}

.flex-item {
    color: white;
    font-weight: bold;
    text-align: center;
}

.social {
    text-align: center;
    font-size: 20pt;
}

.social a {
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
}

.social a:visited {
    color: #fff;
    text-decoration: none;
}

.social a:active {
    color: #fff;
    text-decoration: none;
}

.social a:hover {
    color: #dedede;
    text-decoration: none;
}

h1 {
    font-size: 40pt;
}

h2 {
    font-size: 25pt;
}

