html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
	background-color: #131612;
	margin: 0;
	color:#0066CC;
    text-align: center;
    color:#FFFFFF;

    background: #131612;
    background: -moz-linear-gradient(-45deg, #131612 1%, #242921 31%, #32392e 100%);
    background: -webkit-linear-gradient(-45deg, #131612 1%,#242921 31%,#32392e 100%);
    background: linear-gradient(135deg, #131612 1%,#242921 31%,#32392e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131612', endColorstr='#32392e',GradientType=1 );

}
#container {
	background-color: #242921;
}
#right-container{
	background-color:#32392E;
}
#texto_home p {
	color:#DEDEDE;	
}


h1 {
    font-size: 32px;
  }
#logo {
    display: block;
    padding-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    
}
p.frase {
    padding-bottom: 70px;
    font-size: 18px;
    color: #899282;
    text-align: center;
}
.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

