* {
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.option {
  border: 5px solid black;
  border-radius: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  size: 50px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.option:hover {
  border: 8px solid black;
}

.secretbutton {
  background: transparent;
  border: none;
  font-size: 0;
  cursor: pointer;
}
