body {
    width: 100%;
}

.face {
    width: 100%;
    height: 600px;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;

    color: #1F1F1F;
    margin: auto;
}

.face-wrapper {
    text-align: left;
}