html {
    height: auto;
    overflow: hidden;
	background-color: black;
    font-family: 'Bebas Neue', sans-serif;

}
body {
    height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
    color: white;
}

#allContainer {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 95vw;
    height: auto;
    top: 25vh;
}

.fsResumen{
    width: 30vw;
    height: auto;
    border: 2px solid #4a6da7;
	border-radius: 10px;
}

#divFooter {
    position: relative;
    width: 95vw;
    height: auto;
}