html {
    padding: 0;
}

main {
    gap: 0;
    overflow-y: visible;
    overflow-x: hidden;
}

.description {
    margin-top: 2rem;
    text-align: center;
}

.description h2 {
    font-size: 8rem;
    margin-bottom: 2.5rem;
}

.description h3 {
    font-size: 2.5rem;
}


.characteristics {
    width: 90%;
    justify-content: space-around;
    position: relative;
    top: 3rem;
}