
@font-face {
  font-family: sonsie;
  src: url(Sonsie_One/SonsieOne-Regular.ttf);
}

body {
    background-color: rgb(255, 255, 255);
}

h1 {
    color: rgb(0, 0, 0);
    font-family: sonsie;
}

.button {
  /* background-image: linear-gradient(to top, rgb(70, 33, 29) , rgb(60, 28, 33)); */
  border: solid;
  color: white;
  background-color: rgb(0, 0, 0);
  padding: 3px 30px;
  text-align: center;
  text-decoration: d;
  display: inline-block;
  font-size: 12px;
  font-family: sans-serif;
  transition-duration: 0.4s;
  border-color: rgb(78, 78, 78);
  border-width: 2px;}