body {
    padding-top: 1rem;
}

#logo-area {
    text-align: center;
    margin-top: 25px;
}

.box-background-grey {
    text-align: center;
    background: #f2f2f2;
    border-radius: 10px;
    padding: 4rem;
    box-shadow: 0px 10px 5px 0px rgba(137, 134, 140, 0.50);
}
