@font-face{
    font-family: 'Cherish';
    src: url(Cherish.ttf);
    font-style: normal;
font-weight: 50;
}

@font-face{
    font-family: 'Unicorn Scribbles';
    src: url(Unicornscribbles.otf);
    font-style: normal;
font-weight: 50;
}

body{
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1)100%), url('lolwhythenamesolong.gif');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            margin: 0;
            padding: 0;  
display: grid;
grid-template-rows: auto auto;
justify-items: center;
align-content: center;
height: 100vh;
box-sizing: border-box;
    
grid-row: 40px !important;

}

.goaway{
    color: white;
    text-align: center;
    font-family: Cherish;
     text-shadow: 5px 5px #ff0000;
    margin: 500px;
font-weight: 50;
font-size: clamp(40px, 8vw, 100px); 
margin: 0 0 20px 0;
font-size: 100px;
margin: 200px;
    line-height:1.2;
}
.return{
    color: white;
    text-align: center;
    font-family: Unicorn Scribbles;
     text-shadow: 5px 5px #ff0000;
font-weight: 50;
font-size: 50px;
margin-bottom: 200px;
}