* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    background-color: #000;
    color: #fff;
    font-family: 'Questrial', sans-serif;
    width: 100%;
    height: 100%;
}

#outer {
    position: relative;
    width: 100%;
    height: 100%;
}

#outer img {
    width:auto; 
    height:auto; 
    max-width:100%; 
    border:none; 
    margin:0 auto; 
    display:block;
}

#outer #container {
    background-color: #f3f3f3;
    color: #663399;
    width: 100%;
    max-width: 800px;    
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
}

.contasssiner {
    position: relative;
    height: 14rem;
    margin: auto;
}
  
.jumbsssotron {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
