* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
    width: 100%;
    display: flex;
    background-color: #0f0f0f;
}

#myCanvas {
	cursor: crosshair;
    position: fixed;
}

.options{
    background-color: #262626;
    width: 80px;
    margin-left: 15px;
    height: auto;
    min-height: 40vh;
    align-self: center;
    z-index: 4;
    position: absolute;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    z-index: 6;
}

.options_2{
    background-color: #262626;
    width: auto;
    height: 40px;
    min-width: 30vw;
    margin-top: 20px;
    z-index: 4;
    position: absolute;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-self: center;
    padding-bottom: 20px;
    z-index: 6;
}

.opt_div{
    width: 80%;
    height: 10%;
    min-height: 50px;
    align-self: center;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}



#icon_left {
    color: #00aaff;
    font-size: 23px;
}
#icon_top {
    color: #00ff37;
    font-size: 23px;
    user-select: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}