h2,
h3 {
    color: rgb(64, 182, 255);
}

main {
    min-height: 90vh;
    overflow-y: scroll;
    scrollbar-width: none;
}

.footer-official {
    text-align: center;
}


#main-title {
    font-size: 4rem;
    text-align: center;
    text-decoration: underline;
    color: rgb(168, 1, 168);
    padding-top: 2%;
}

.point-title {
    margin: 1%;
}

.point-section {
    margin: 3%;
}

.point-text {
    padding-left: 3%;
}

strong {
    color: inherit;
}

footer {
    justify-self: center;
}

#footer-heading {
    text-align: center;
    justify-self: center;
    color: blueviolet;
    font-size: 1.5rem;
}

#footer-grid {
    justify-content: center;
}