body {
    background-color: #d9e8ea;
}

.logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

.logo img {
    width: 400px;
    display: block;
    max-width: 85%;
}

.logo h1 {
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 50px;
}

h4 {
    text-align: center;
    margin: 0;
    font-family: 'Open Sans';
    font-weight: 300;
    margin-top: -50px;
}