

body {
      background-color: antiquewhite;
      padding-bottom: 80px;
      margin: 30px;
      padding-top: 30px;
    }

  header { 
      display: block;
      background-color: #C58940;
      padding-top: 25px;
      padding-bottom: 45px;
      padding-left: 10px;
      padding-right: 10px;
  border-radius: 25%  0% 90px 15% / 30%;
      height: auto;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      line-height: 1;
      cursor: pointer;

    }

    h1.headingh1 {
     display: block;
      color: #655e55;
      background-color: none;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 50px;
      padding-right: 50px;
      border-radius: 5px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      font-size: 40px;

    }

    h1.secondary { 
      display: block;
      color: #655e55;
      background-color: #A8A77A;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 50px;
      padding-right: 50px;
  border-radius: 10%  70% 40px 45% / 90%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      cursor: pointer;
    }

    h2 {
        display: block;
        color: #655e55;
        background-color: #C58940;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 50px;
        padding-right: 50px;
  border-radius: 50%  50% 90px 15% / 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
    }

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik Maps", system-ui;
  font-weight: 700;
  font-style: normal;
  margin: 0.5em 0 0.2em 0;
  font-size: 30px; 
}

.headingp1 {
  font-family: "Rubik Maps", system-ui;
  font-weight: 600;
  font-style: normal;
  color: rgb(111, 120, 111);
  margin: 0.2em 0 0.5em 0;
  font-size: 23px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-align: center;
}

.headingp2 {
  font-family: "Rubik Maps", system-ui;
  font-weight: 600;
  font-style: normal;
  color: #986a32;
  font-size: 23px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-align: center;
}

p {
  font-family: "Rubik Maps", system-ui;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
a {
    font-family: "Rubik Maps", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #463e21;
    margin: 0.2em 0 0.5em 0;
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
    display: block;
}

iframe {
  border: 5px solid #986a32;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 20px auto;
  display: block;
}

.video {
  aspect-ratio: 16 / 9;
  width: 80%;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, darkseagreen, #C58940, #FAF8F1);
  margin: 5px 0;
}

#clickMe {
    font-size: 13px;
    color: #655e55;
    font-family: "Rubik Maps", system-ui;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
}

.button-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#buttonHeader {
    transition: 300ms;
    background-color: #463e21;
    color: #fff;
    border: 2px solid #6f6235;
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 35px;
    font-family: "Rubik Maps", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
   
}

#buttonHeader:hover {
    transition: 300ms;
    background-color: #636348;
    color: #fff;
    border: 2px solid #A8A77A;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    font-family: "Rubik Maps", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;
}


