body {
height: 100vh;
background: rgb(185,186,181);
  }
* {
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: auto;
}
body {
    padding: 10px;
}
p {
    padding-bottom: 10px;
}
.smaller {
    font-size: 24px;
    margin-top: 0px;
}
button {
    background-color: darkgray;
    border-style: solid;
    border-color: gray;
    color:dimgrey;
    border-radius: 5px;
}
button:active {
    background-color:grey;
}
img {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
div {
    width: 50%;
}
.upgrade {
margin-top: 10px;
}

.upgrade button {
width: 100%;
}
#reset {
    color: red;
    position: fixed;
    bottom: 0;
left: 0;
}
.wallsocket {
    transition-duration: 0.01s;
}
.wallsocket:active {
    width: 25.5%;
}
