*{
    margin: 0;
}
body{
    background-color: #262627;
}

.hero{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wip{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.brand{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 72px;
}