@font-face{
    font-family: 'BebasNeue';
    src: url('../font/BebasNeue.otf');
}

h1{
    font-family: 'BebasNeue';
    font-size: 48px;
    text-align: center;
}

h2{
    font-family: 'BebasNeue';
    font-size: 36px;
    text-align: center;
}

.logo{
	text-align:center;
	height:150px;
	margin-left: auto;
  	margin-right: auto;
  	display: block;
}

h3{
    font-family: 'BebasNeue';
    font-size: 24px;
    text-align: center;
}

.container{
    margin: auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.container>*{
    padding: 16px;
}

form{
    width: 40%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: 'Arial';
}

form>div{
    padding: 8px;
    display: flex;
    flex-direction: column;
    width: 45%;
}

.colorpicker{
    width: 100%;
}

form label{
    font-weight: bold;
}

form select{
    height: 24px;
}

form input{
    height: 24px;
    width: 100%;
}

.container>div{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.container>div a{
    margin: 32px 16px;
    padding: 8px;
    font-family: arial;
    font-size: 20px;
    background-color: #CCCCCC;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

canvas{
    width: 100%;
    visibility: hidden;
    position: absolute;
}

#gamos{
    width: 100%;
}
