@font-face {
    font-family:customFont1;
    src: url("../font/Artifika-Regular.ttf");
}

@font-face {
    font-family:customFont1;
    src: url("../font/Artifika-Regular.ttf");
    font-weight: bold;
}

body {
    background-color: gray;
    position: relative;
}

a {
    color: inherit;
    text-decoration: inherit;
}

h1 {
    color: navy;
    margin-left: 20px;
}

label {
    margin-right: 20px;
    width: 60%;
    font-family: customFont1;
    float: left;
}

input {
    width: 30%;
    float: right;
}

#webgl-canvas {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#gl-canvas {
    width: 100%;
    border: thin;
    border-width: thin;
    border-style: solid
}

#properties {
    width: 25%;
    margin: 1%;
    border: thin;
    border-width: thin;
    border-style: solid;
    padding: 2%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

#label_properties {
    font-size: xx-large;
    font-weight: bold;
}

#restart {
    margin-top: 2%;
    margin-left: 30%;
    width: 100%;
    float: right;
}

#var_quantity_of_objects {
    width: 20%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}

#teampot_presentation {
    width: 25%;
    margin: 0.5%;
    font: bold;
    font-family: fantasy;
    display : inline-block;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.return {
    position: relative;
}

aside {
    font-family: Georgia;
    width: 25%;
    margin: 0.5%;
    position: absolute;
    display: inline-block;
    top: 1.5em;
    left: 0;
}
