* {
    font-family: "Press Start 2P", cursive;
}

body {
    background: url("./img/HandheldConsole.png");
    background-size: 160%;

    overflow: hidden;
    z-index: 2;
    background-position: center;

}

.handheld-container {
    
    height: 100vh;
    align-content: center;
    justify-self: center;
    scale: 57%;


}



h1 {
    margin: 0;
}

button {
    border: 0;
}

button:hover {
    background-color: #ddd;
    cursor: pointer;
    font-size: 16px;
}

a {
    color: transparent;
}

#project-report-button a {
    border: transparent 1px solid;
    background-color: transparent;
    position: fixed;
    height: 55px;
    width: 55px;
    bottom: 28.5%;
    left: 26.125%;
    z-index: 1000;
    border-radius: 25px;
    color: transparent;
    
}



#return-home-button a {
    border: transparent 1px solid;
    background-color: transparent;
    position: fixed;
    height: 55px;
    width: 55px;
    bottom: 20%;
    left: 26.125%;
    z-index: 1000;
    border-radius: 25px;
}

#w-button button {
    border: transparent 1px solid;
    background-color: transparent;
    position: fixed;
    height: 65;
    width: 65;
    top: 34%;
    left: 16.5%;
    z-index: 1000;
    border-radius: 25px;
}

#a-button button {
    border: transparent 1px solid;
    background-color: transparent;
    position: fixed;
    height: 65;
    width: 65;
    top: 42.125%;
    left: 12%;
    z-index: 1000;
    border-radius: 25px;
}

#s-button button {
    border: transparent 1px solid;
    background-color: transparent;
    position: fixed;
    height: 65;
    width: 65;
    top: 51.125%;
    left: 16.5%;
    z-index: 1000;
    border-radius: 25px;
}

#d-button button {
    border: transparent 1px solid;
    background-color: transparent;
    position: fixed;
    height: 65;
    width: 65;
    top: 42.125%;
    left: 20.75%;
    z-index: 1000;
    border-radius: 25px;
}

#enter-button button {
    border: transparent 1px solid;
    background-color: transparent;
    position: fixed;
    height: 150px;
    width: 150px;
    top: 33%;
    right: 10.125%;
    z-index: 1000;
    border-radius: 75px;
}

#backspace-button button {
    border: transparent 1px solid;
    background-color: transparent;
    position: fixed;
    height: 150px;
    width: 150px;
    top: 46.5%;
    right: 19.25%;
    z-index: 1000;
    border-radius: 75px;
}