.marquee {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    background: #000;
    border: 3px solid red;
}

a {
    color: red;
    font-size: 20px;
    font-family: 'Special Elite', cursive;
}