body, html, .container {
    background: #158cc6;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container .gogo {
    width: 140px;
}

.subtitle {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
}

.button {
    background: white;
    color: black;
    text-decoration: none;
    width: 50%;
    max-width: 400px;
    text-align: center;
    padding: 18px;
    margin: 8px 0px;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.21); 
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.21);
}
.footer {
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
}
.footer img {
    width: 40px;
    margin-right: 10px;
}

.footer a {
    color: white;
}