canvas {
    border: 1px solid black;
    background: #7ed957;
    display: none;
}

#canvasHolder {
    position: relative;
    width: 1002px;
    height: 802px;
    background-color: #000070;
}

#imgHolder {
    position: absolute;
    display: none;
    border: 1px solid black;
    right: 0;
    top: 0;
    height: 200px;
    width: 200px;
    text-align: center;
    align-content: center;
}

#coinImg {
    height: 100%;
    width: 100%;
}

#selectScreen {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    height: 100%;
}

#selectScreen button {
    width: 100px;
    height: 50px;
    font-weight: bold;
    font-size: 15px;
}

#selectScreen p {
    position: absolute;
    color: white;
    font-family: sans-serif;
    font-size: 40px;
    font-weight: bold;
    top: 175px;
}

#chrisBtn {
    display: none;
}

#DEVBtn {
    display: none;
}

#devbuttons {
    display: none;
    padding-right: 0px;
    position: absolute;
    color: black;
}


#passcode {
    position: absolute;
    top: 0;
    right: 50px;
    width: 175px;
    height: 50px;
    font-size: 20px;
}

#submitBtn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c9c9c9;
    border-radius: 0;
    border: 1px solid black;
    cursor: pointer;
}

.hidden {
    display: none;
}