.jacquard-12-regular {
    font-family: "Jacquard 12", system-ui;
    font-weight: 400;
    font-style: normal;
  }

  .pixelify-sans {
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .recoursetext {
    font-family: 'Pixelify Sans', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #ea4d8e;
    margin: 10px;
    text-align: justify;
}

h1, h2 {
    text-align: center;
    color: #ea4d8e;
    font-family: 'Jacquard 12', system-ui;
    
}

h1 {
    font-size: 35px;
    padding-top: 50px;
}

h2 {
    margin-bottom: 0%;
    font-size: 25px;
}

h2:hover, h1:hover{
    color: pink
}

.recourseh2 {
    display: flex;
    justify-content: left;
}

.middle{
    
    border: none;
    height: 100%;
    width: 80%;
    padding: 20px;
    padding-top: 60px;
}


.stamps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

body {
    background-image: url(../stuff/background.gif);
}

