/*Custom css*/
.notfound {
    background: url('/img/notfound_404.svg'), url('/img/notfound_back.svg'), url('/img/notfound_star.svg');
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat, repeat;
    background-color: #032339;
    background-size: 100vw, 100vw, 20vw;
    top: 0; 
    left: 0;
    width: 100vw;
    height: 100vh;
}
.nourl {
    background: url('/img/notfound_back.svg'), url('/img/notfound_star.svg');
    background-position: bottom;
    background-repeat: no-repeat, repeat;
    background-color: #032339;
    background-size: 100vw, 20vw;
    top: 0; 
    left: 0;
    width: 100vw;
    height: 100vh;
}
.nourl .text{
    background-color: #fff;
    top: 35vh ;
    left: 30vw;
    width: 40vw;
    height: 30vh;
    border-radius: 12px;
    position: relative;
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
}