.indexbtn {
  position: absolute;
  top: 10px;
  left:10px;
  font-weight:bold;
  font-size: 20px;
  width: 60px;
  height: 30px;
  border:none;
  background:none;
}
.indexbtn:focus {
  outline:0;
}
.indexbtn:hover {
  cursor: pointer;
}
.buttons {
  position: absolute;
  background-color: lightgray;
  width: 300px;
  height: 725px;
  top: 50px;
  text-align:center;
  border: 2px solid black;
  border-radius: 5px;
}
.selector {
  border:none;
  background:none;
  font-size: 20px;
  font-family: 'Anton', ;
  font-weight:bold;
  margin:20px;
  cursor:pointer;
  padding:5px;
}
