body {
    font-family: Helvetica, Arial, sans-serif;
}

header {
    display: flex;
    background-color: #1ed281;
    height: 2rem;
    line-height: 2rem;
    color: white;
    border-bottom: 4px solid #5a4434;
}

h1 {
    font-family: "Piedra";
    font-weight: 400;
    font-style: normal;
    margin: 1rem;
    line-height: 1.2;
}

header p {
    font-family: "Piedra", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    margin-left: 1rem;
}