.container {
    text-align: center;
    padding: 4rem;
}

p {
    font-size: 60px;
}

.text-1 {
    font-family: "Matemasie", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.text-2 {
    font-family: "Pacifico", system-ui;
    font-weight: 400;
    font-style: normal;
}

.text-3 {
    font-family: "Handjet", system-ui;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "ELGR" 1.5,
      "ELSH" 2;
}

.text-4 {
    font-family: "Protest Guerrilla", system-ui;
    font-weight: 400;
    font-style: normal;
}

.footer {
    text-align: center;
    font-size: 0.5rem;
}

.footer-link {
    text-decoration: none;
    color: #9b2cdb;
}

.footer-link:hover {
    text-decoration: underline;
}