.rsmGroupLogo {
    max-height: 70px;
    max-width: 70px;
    padding: 8px 4px 8px 12px;
    vertical-align: middle;
    border: 4px solid white;
    background-color: white;
    border-radius: 10px;
}

#rsmLogo {
    width: 100%;
}
.shopNowButton {
    background-color: darkred;
    color: white;
    text-align: center;
    width: 150px;
    padding: 4px;
}
.bottomButtons {
    background-color: darkred;
    color: white;
    text-align: center;
    width: 115px;
    padding: 2px;
}
.bottomButtons a {
    color: white;
}

#topHeader {
    border-bottom: 4px double black;
    /* background-color: #bd8336; */
}
#footer {
    border-top: 4px double black;
}



body {
    /* text-align: center; */
    /* font-family: Arial, sans-serif; */
}
.social-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* margin-top: 20px; */
}
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: 0.3s;
}
.tiktok { background-color: #000; }
.instagram { background-color: #E4405F; }
.youtube { background-color: #FF0000; }
.facebook { background-color: #1877F2; }

.social-btn:hover {
    opacity: 0.8;
}