html {
    height: 100%;
    background-color: black;
    font-family: 'Nunito Sans', sans-serif;
}

.page {
    padding: 0 5px;
}

.hero {
    max-width: 40%;
    height: auto;
    display: block;
    margin: auto;
}

.logo {
    width: 15%;
    height: auto;
    display: block;
    margin: auto;
    padding-bottom: 80px;
    margin-top: 80px;
}

h2 {
    text-align: center;
    color:#bac8e1;
    font-size: 25px;
    padding-bottom: 80px;
}