.mfooter a {
    text-decoration: none;
    color: white;
    margin-left: 6px;
}
.mfooter a:hover {
    color: #de100c;
}
.up {
    position: fixed;
    bottom: 150px;
    right: 30px;
    background-color: white;        
    display: none;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    opacity: 0.8;
  }
  .up:hover {
    opacity: 1;
  }
  .fa-facebook, .fa-youtube {
    margin-right: 15px;
    margin-top: 45px;
  }

  .scroll-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #333;    
    border-radius: 50%;
    background-color: transparent;
    color: #333;    
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    z-index: 9999;
}

.scroll-to-top:hover {
    background-color: #de100c;
    color: white;
}
  