* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bonbon-regular {
    font-family: "Bonbon", cursive;
    font-weight: 400;
    font-style: normal;
}

.gorditas-regular {
    font-family: "Gorditas", serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-family: "Bonbon", cursive;
}

body {
    background-color: #72b8a1;
    color: rgb(153, 243, 210);
    justify-content: center;
    font-size: 20px;
    font-family: "Gorditas", serif;
}

a:hover {
    color: #FFF2D2;
}

.buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    text-decoration: none;
}