html {
    font-size: 10px;
    background-color: #f7d9ee;
}

body {
    margin: 0;
}

.hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-image: url("multa.png");
    background-size: contain;
    padding: 1rem;
    gap: 1rem;
}

.giosbirro {
    height: 70vh;
    margin-bottom: 1rem;
}

.row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100vh;
}

.audioimg {
    height: 30vh;
}

.beneimg {

}

.dopo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100vh;
}

.hidden {
    display: none;
}

h1 {
    font-size: 5rem;
    margin: 0;
}

h2 {
    font-size: 4rem;
    margin: 0;
}

h3 {
    font-size: 8rem;
    margin: 0;
}

p:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: black;
    width: 100%;
    bottom: 0;
}

p {
    position: relative;
    font-size: 6rem;
}

#cuore {
    font-size: 15rem;
}
svg {
    color: red;
    height: 1em;
    width: 1em;
}
