body{
    background-color: black;
    width: auto;
}



header{
    background-color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    color:white;
	font-weight: 900;
}

.menu-container{
    background-color: black;
    color:white;
    }

.text-container{
    color:white;
    font-family: 'Roboto' sans-serif;
    font-size:medium;
    margin:100px 30px;
    width: 50%;
}

.cards-container{
    margin:50px 30px ;
	width: auto;
}

.card{
	width: auto;
    padding: 15px;
    border: none;
    background-color:black;    
}
.card-body{
	width:100%;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.card-text{
    font-family: 'Roboto', sans-serif;
    color:white;
    font-size: small;
}
.card-image-top{
	width: auto; 
    }

footer{
	margin-top:20px;
    width: 98%;
    margin: 10px;
    background-color:rgba(0,0,0,0.82);
	font-size:small;
    bottom: 0;
    line-height: inherit;
}

.footer-text{
    font-size:small;
    color:white;
    font-family: 'Roboto', sans-serif;
    font-kerning: 2px;
	font-weight:400;
}

.rrss{
    width: auto;
    margin: 5px;
	}