body,html {
    background: #000;
    height: 100%;
    margin:0;
    padding:0;
}

.marquee {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    resize: both;
    overflow: auto;
}