h1, h3, #kindOfTitle {
    color: black;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
  }

  #opponents,
  #scoreform{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    font-size: 20px;
    }

    input[type=text] {
      font-size: 15px;
      width: 100%;
      padding: 12px 20px;
      margin: 8px 0;
      box-sizing: border-box;
      border-radius: 5px;
      border: 1px solid grey;
    }

  #calculate, #adjustLowest
  {
    margin:auto;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    width: 100px;
    padding: 13px 0px;
    background-color: grey;
    border: 1px solid grey;
    border-radius: 5px;
    color: white;
  }

  #allButtons{
    text-align: center;
    display: inline-block;
  }

  #application{
    height: auto;
    text-align: center;
    display: block;
    padding: 100px;
  }

  #footer{
    text-align: center;
    width: 100%;
  }
  
  