body {
    margin: 0px;
    background-color: #000;
}

p {
    margin: 0px;
}

.margin--medium{
    width: 100%;
    height: 16px;
}

.text--center {
    text-align: center;
}

.text--medium {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    line-height: 16px;
}

#wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}

