img.custom-logo {
    height: 12rem;
    width: auto;
    margin-top: 20px;
}

.buttonsHeader {
  padding: 25px 0;
}

.buttonsHeader a {
    background: var(--primary-color);
    padding: 8px 15px;
    color: #fff;
    border-radius: 24px;
    font-size: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.buttonsHeader a:hover {
    background: var(--second-color);
}

.buttonsHeader a i {
  margin-right: 8px;
  font-size: 1.4rem;
}
