.button-welcome {
    transition: 0.3s;
}

.button-welcome:hover {
    box-shadow:0 .3rem .7rem rgba(0,0,0,.7) !important;
    transform: scale(.98);
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}
  
.marquee div {
    display: block;
    width: 200%;
    position: relative;
    overflow: hidden;
}
  
.marquee marquee {
    float: left;
    width: 50%;
    color: var(--white);
    font-size: 12px;
}
