body {
    background-color: #000;
}

.container {
    background-image: url('/images/background.png');
    background-size: cover;
    height: 100vh;
    padding: 0;
}

.wrapper {
    padding-top: 35vh;
    width: 100%;
}

.content {
    width: 100%;
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: center; 
    margin-top: 20px;
}

.soon {
    background-image: url('/images/bar.png');
    height: 40px;    
}

.soon img {
    padding-top: 10px;
}

.logo {
    width: 100%;
    vertical-align: middle;
    text-align: center;    
}