* {
  box-sizing: border-box;
}

div {
  width: 450px;
  height: 400px;
  text-align: center;
  margin: 0px auto;

}

span {
  width: 150px;
  height: 50px;
}

input {
  height: 100px;
  width: 200px;
  font-weight: bold;
  font-size: 36px;
  margin: 0px auto;
}

img {
  margin-top: 75px;
  height: 60px;
  width: auto;
}

#comptotal, #playertotal {
  position: absolute;
  left: 150px;
  height: 100px;
  font-size: 75px;
  font-weight: bold;
  bottom: 35px;
  margin: 0px;
  padding: 0px;
}

#message {
  position: absolute;
  left: 150px;
  font-size: 32px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
}

#buttons, #playarea {
  width: 90%;
}

#player, #computer {
  border: 20px solid black;
  background-color: blue;
  border-radius: 10px;
  position: relative;
  top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  display: inline-block;
}
