/*buttons*/
.averia-libre-light {
            font-family: "Averia Libre", system-ui;
            font-weight: 300;
            font-style: normal;
          }

    .averia-libre-regular {
            font-family: "Averia Libre", system-ui;
            font-weight: 400;
            font-style: normal;
          }

    .averia-libre-bold {
            font-family: "Averia Libre", system-ui;
            font-weight: 700;
            font-style: normal;
          }
    .caveat-text {
      font-family: "Caveat", cursive;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
         }

.button {
    background-color: black;
    border: none;
    border-radius: 30px;
    padding: 15px;
    box-shadow: inset 0 0 0 1px white;
}

.button:hover {
    background-color: grey;
}

/*Defining things*/
    body {
        background-color: rgba(0,0,0,1);
		}
	h1 {color:white;
      font-family: "Caveat", cursive;
      font-weight: 400;
      font-style: normal;
      text-align: left;
      margin-top: 200px;
      padding-left: 300px;
      padding-right: 300px;
      font-size: 35px
      }
     h2 {color:white;
      font-family: "Averia Libre", system-ui;
      font-weight: 300;
      font-style: normal;
      font-size: 20px;
      bottom: 0px;
      margin-left: 1350px;
      position: fixed;
      text-align: right;
      }