html,
body {
    background-color: #243665;
    color: #ffffff;
}

.gg-container {
    min-height: 100%;
    min-height: 100vh;
}

.gg-logo {
    background-image: url(../images/gograndio-logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.gg-video {
    border: 2px solid #ffffff;
}