    
.socialmediabar {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.socialmediabar.header {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: right !important;
    align-self: right !important;
}

.socialmediabar img:hover {
    filter: brightness(125%);
    cursor: pointer;
}

.socialmediabar a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--backgroundcolor);
    border-radius: 15px;
    padding: 0;
    text-decoration: none;
    width: auto;
    height: auto;
}

.socialmediabar a img {
    display: block;
    height: 32px !important;
    width: 32px !important;
    background-color: var(--backgroundcolor);
    border-radius: 10px;
    padding: 5px;
    box-shadow: 2px 2px  var(--accentcolor);
}

.socialmediabar #contacturl {
    padding-left: 10px;
    padding-right: 10px;
}