@font-face {
    font-family: LocalValken;
    src:url("valkenregular.ttf");
    font-weight: 200;

}

@font-face {
    font-family: Volkswagen;
    src:url("VolkswagenSerial.otf");
}

.textBorder {
    border: none;
    display: inline-block;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
  }

  .textBorderSmaller {
    border: none;
    display: inline-block;
    vertical-align: top;
    padding: 2px 2px 2px 2px;
    width: 110px;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
  }

  .textBorderMiddle {
    border: none;
    display: inline-block;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    width: 140px;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
  }

.linksText {
    color: white;
    background-size: 300px 100px;
    background-color: #4d738d;
    font-family: Volkswagen;
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
}

body {
    background-color: #ac8585;
    align-items: center;
}

.content {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}


.button:hover {
    transform: scale(1.1);
}

.realTextField {
    color: white;
    display: inline-table;
    font-family: Volkswagen;
    font-size: 18px;
    padding: 20px;
    text-decoration: none;
    border-width:4px; 
    border-style:solid; 
    border-color:#4d738d;
    border-radius: 20px;
}
 table, tr, td, th {
    padding: 0px 20px 14px 10px;
    
    vertical-align: center;
  }

  th{
    font-weight: 700;
  }

ul {
    margin: 0;
    text-align: left;
}