.home-page {
    width: 470px;
    max-width: 100%;
}

#menu a,
.top-bottom a {
    border-radius: 6px;
    border: 1.2px solid #252525;
    background: #171717;
    color: var(--bs-white);
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 500;
    margin-bottom: 5px;
    height: clamp(44px, 4vw, 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu a picture,
.top-bottom a picture {
    left: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-info span {
    color: var(--bs-white);
    font-size: clamp(15px, 1.5vw, 20px);
    font-weight: 600;
}

.home-info small {
    color: var(--bs-white);
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 500;
}

.top-bottom .social-title {
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 600;
}