body {
    background-color: #040c0c;
}

.header {

  display: flex;
  justify-content: center;
  align-items: center;    
    
}

.footer {
    
    position:absolute;
    bottom:0;
    z-index: -1;
}

.container_links {
    
    position:relative;
    float:left;
    width:50%;
    left:25%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.container_text {
    
    position:relative;
    float:left;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:Arial;
    color:#fff;
}

.steam {
    
    float:left;
    justify-content:center;
    align-items:center;
    text-align:center;
    background-color:#666;
    color:#fff;
    padding:30px;
    margin:10px;
    font-family:Arial;
}

.facebook {
    
    float:left;
    justify-content:center;
    background-color:#669;
    text-align:center;
    color:#fff;
    font-family:Arial;
    padding:30px;
    margin:10px;
}

.copyright {
    
    color:#fff;
    font-family:Arial;
}

img {
    
    max-width: 100%;
    height: auto;
    
}
