body {
    margin: 0;
}

h1, h2, h3, h4 {
    margin: 0px;
    font-family: "Caudex", serif;
    font-style: normal;
    text-align: center;
    font-weight: bold;
}

h1 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: .5px;
}

p {
    margin: 0;
}

p, div, section, span {
    font-family: Arial, Helvetica, sans-serif;
}

.button {
    padding: 14px 50px;
    border-radius: 9px;
    background-color: hsl(6, 93%, 40%);
    color: white;
    /* border: solid 2px white; */
    border: none;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: .5px;
    font-family: "Caudex", serif;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.button:hover,
.button:focus {
    outline: none;
    background-color: hsl(6, 93%, 47%);
    color: hsl(48, 100%, 75%);
    border-color: hsl(48, 100%, 75%);
}

.button:disabled {
    background-color: rgb(117, 117, 117);
    color: rgb(172, 172, 172);
    border-color: rgb(172, 172, 172);
    cursor: default;
}








.caudex-regular {
  font-family: "Caudex", serif;
  font-style: normal;
}

.tienne-regular {
    font-family: "Tienne", serif;
    font-style: normal;
}

.lateef-regular {
  font-family: "Lateef", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}