header
{
    background: #1f1f1f;
    padding: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

nav
{
    position: relative;
    background-color: #171717;
    padding: 10px 0;
}

body
{
   background-color: #141516; 
   text-align: center;
}

a
{
    color: aliceblue;
    text-decoration: none;
}

.centerButton
{
    text-align: center;
}

button
{
    background-color: #2b2b2b;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.PrimalFear
{
    width: 120px;
    height: 120px;
}

h1
{
    color: aliceblue;
}