body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
}

.naw{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 12px;
}