#home-contents {
    margin-top: 40px;
}

#home-contents p:has(a) {
    margin: 50px 0;
}

#home-contents a {
    background: none;
    color: #E20000;
    padding: 1em 3em;
    border-radius: 3em;
    border: 1px solid #E20000;
}

.row img {
    height: auto;
    max-width: 100%;
}

#home-contents a:hover {
    color: white;
    background: #E20000;
}

#home-footer a {
    border: none;
}

#home-footer a:hover {
    color: unset;
    background: unset;
}

#home-contents h2 {
    line-height: 30px;
}

#home-footer {
    display: flex;
    text-align: center;
}

#home-footer-content {
    font-size: 0.85em;
    color: #666;
    margin: auto;
    display: flex;
    align-items: center;
}

#home-footer-content p {
    margin: 0;
}
