body {
    background: linear-gradient(to bottom, #e0ef83 0%, #ffffff 300px, #ffffff 100%);
}
marquee{
    font-size: 20px;
    font-weight: 100;
    color: #ff0000;
    font-family: Papyrus;
    transform:scaleX(2)
    text-align: left;
}
body {
    min-height: 100vh;
}