#graph{
    width: 80vw;
    height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative;
}

#plot
{
    background: url('./bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    text-align: center;
    justify-content: center;
    align-items: center;
}

@media only screen and ( max-width : 900px)
{
    #plot{
        width: 120vw;
    }

}