@import url("css2.css");

body {
    background-color: #000000;
    font-family: "Sigmar", sans-serif;
}

.regular-white {
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}

.text-all-caps{
    text-transform: uppercase;
}

.center-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

div.social-links {
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
}

.social-links a img {
    height: 100px;
    margin: 0 20px;
    visibility: visible;
}

.social-links a {
    visibility: hidden;
}
