.fondamento-regular {
    font-family: "Fondamento", cursive;
    font-weight: 400;
    font-style: normal;
}

.fondamento-regular-italic {
    font-family: "Fondamento", cursive;
    font-weight: 400;
    font-style: italic;
}


body {
    background: #f3f3f4;
    position: relative;
    padding: 0;
}

.content {
    width: 50vw;
    height: 50vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
}

.content img {
    max-width: 300px;
    margin-bottom: 50px;
}

.content>div {
    max-width: 60%;
    text-align: center;
}

.content p {
    line-height: 1.5;
    font-size: 12pt;
    color: #333;
    text-align: center;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 80px;
    /* background-color: white; */
    display: flex;
    justify-content: flex-end;
}

.footer p {
    font-size: 15pt;
    margin-right: 5rem;
    font-family: "Roboto", sans-serif;
}