  body {
    padding: 10px;
    margin: 10px;
    background-color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: white;
  }

  .runes {
    position: absolute;
    left: 50%;
    margin-left: -130px;
    top: 50%;
    margin-top: -130px;
    font-size: 130px
  }

  button {
    background-color: white;
    color: black;
    width: 200px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #000000;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
  }

  button:hover {
    background-color: black;
    color: white;
    width: 200px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
  }
