* {
    padding: 0;
    margin: 0;
}
html{
    /* overflow: hidden; */
}
body{
    width: 90vw;
    height: 90vh;
    margin: 0 auto;
    padding:0;
    display: flex;
    justify-content: center;
    /* max-width: 190em; */
}

canvas {
    background: #eee;
    width: 100%;
    height: 100%;
    /* display: block;
    margin: 0 auto;
} */
}
.main{
    display: flex;
    flex-direction: column;
    /* width: 90vw;
    max-width: 1000px; */
    /* max-height: 500px;; */
    /* height: 70vh; */
    padding: 0 5%;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    /* justify-content: center; */
}
.mainHolder{
    display: flex;
    justify-content: center;
}
.gameSpace{
    display: flex;
    justify-content: space-between;
    padding: 5% 0 5% 0;
}
.game {
    width: 70%;
}
.linkCon{
    width: 20%;
}
.links {
    /* width: 20%; */
    /* position: relative; */
    display: flex;
    flex-direction: column;
}
.controls{
    height: 40%;
    width: 100%;
}
#myControls{
    height: 100%;
    width: 100%;
}
.logoCon{
    background-color: #eee;
    display:flex;
    justify-content: center;
    /* position: relative; */
}
.logo{
    width: 50%;
    height: auto;
    /* margin: 0 auto; */
    /* position: relative; */
    /* top: -10em;
    left: 2em; */
    /* display: inline; */
    /* height: 5em; */
    /* width: 6em; */
    /* height: auto;
    width: auto; */
}
.logo:hover{
    cursor: pointer;
}