@import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap');
body{
	font-family: 'Hubballi', cursive;
	background-color:#555;
}
main{
}
html, body {
    height: 100%;
}
.main {
    height: 100%;
    width: 100%;
    display: table;
}
.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#press_start{
	position:fixed;
	top:25vh;
	width:100%;
}
#logo_float{
	position:fixed;
	bottom:2vh;
	left:5vw;
	animation-delay: 2s;
}
#odss{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top:4vh;
}
#odss article{
	margin:5px;
	padding:5px;
	border: 2px solid #000;
}

.esconderSBY{
	 overflow-y: hidden; /* Hide vertical scrollbar */
}
article img{
	width:10vw;
}
article table{
	font-size:0.8vw
}
