.random {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3 {
    text-align: center;
    font-size: 2rem;
}

canvas{
    padding-left: 0;
    padding-right: 0;
    display: block;
    background-image: url("/api/get-background");
    background-size: cover;       
    background-position: center;  
    background-repeat: no-repeat; 
}
.playagain{
    background-color: rgb(200, 57, 41);
    height: 3vmax;
    width: 6vmax;
    color: white;
    font-family: CreatoDisplay;
}