html, body {
    height: 100%;
}

body {
    background-color: black;
    margin-top: 0px;
}

.main-div
{
    text-align: center;
    position: relative;
    height: 100%;
}

h1
{
    font-family: "vox", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
}

h2
{
    font-family: "vox", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
}

h3
{
    font-family: "vox", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
}

.fa-brands 
{
    color: white;
    font-size: 25pt;
    height: 20pt;
    margin-left: 1%;
    margin-right: 1%;
}
