html {
    background-color: #f06292;
}

#gameContainer {
    padding:0;
    margin:0;
    position: absolute;
}

.gameElement {
    border:white;
    border-style:solid;
    border-width: 0.5vh;
    border-radius: 2vw;
    position:absolute;
    top: 0;
    left: 17vh;
    height: 96vh;
    width: 80vw;

}

.currentState {
    font-size: large;
}

#canvas {
    height: 96vh;
    width: 80vw;
}

#background {
    background-image: url("../images/start_screen_120.gif");
    background-size: 80vw;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;    
}

@font-face {
    font-family: monogram;
    src: url(../font/monogram.ttf);
    font-weight: bold;
}

.text {
    font-family: monogram;
    color: white;
    text-align: center;
    font-size: 10vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.hidden {
    display: none;
}

#header {
    font-family: monogram;
    color: white;
    text-align: center;
    font-size: 10vh;

    width: 65vw;
    height: 8vh;
    justify-content: space-around;
    align-items: top;
    position: absolute;

    top: 12vh;
    left: 18vw;
}

#tut_img{
    
    display: none;
}

.pic{
    height: 20vh;
    height: 10vw;
}

#walk_L {
    height: 20vh;
    height: 10vw;
}

#walk_R {
    height: 20vh;
    height: 10vw;
}

#float {
    height: 20vh;
    height: 10vw;
}

#drop {
    height: 20vh;
    height: 10vw;
}

#attack {
    height: 20vh;
    height: 10vw;
}

#dmg {
    height: 20vh;
    height: 10vw;
}

#textField {
    font-family: monogram;
    color: white;
    text-align:justify;
    font-size: 6vh;
    display: flex;
    width: 65vw;
    height: 36vh;
    justify-content: space-around;
    align-items: top;
    position: absolute;
    top: 22vh;
    left: 18vw;
}

#textField_2 {
    font-family: monogram;
    color: white;
    text-align: center;
    font-size: 7vh;
    display: flex;
    width: 65vw;
    height: 24vh;
    justify-content: space-around;
    align-items: top;
    position: absolute;
    top: 60vh;
    left: 18vw;
}

#startGame {
    background-image: url("../images/menu_button.png");
    width: 30vw;
    height: 7vw;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    top: 46vh;
    left: 34vw;
    position: absolute;

}

#guide {
    background-image: url("../images/menu_button.png");
    width: 30vw;
    height: 7vw;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    top: 62vh;
    left: 34vw;
    position: absolute;
}

#credits {
    background-image: url("../images/menu_button.png");
    width: 30vw;
    height: 7vw;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    top: 78vh;
    left: 34vw;
    position: absolute;
}

#back
{
    background-image: url("../images/menu_button.png");
    width: 30vw;
    height: 7vw;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    top: 78vh;
    left: 34vw;
    position: absolute;
}

#return
{
    background-image: url("../images/return_button.png");
    width: 5vw;
    height: 4.8vh;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    top: 88vh;
    left: 11vw;
    position: absolute;
    font-size: 3vh;

}


#markRectInfo {
    pointer-events: none;
}

#overlay{
    top:0;
    left:0;
    position:absolute;
    height:100vh;
    width:100vw;
}

#overlay_2{
    top:0;
    left:0;
    position:absolute;
    height:100vh;
    width:100vw;
}