.about-home-link {
    display: block;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    color: rgb(255, 109, 77);
    font-kerning: normal;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-align: center;
    margin-top: 1rem;
    transition: color 0.3s, transform 0.3s;
}

.about-home-link:hover {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}