@font-face {
    font-family: 'Spongeboy';
    src: url('spongeboy.otf');
}

.cover { 
    width: 100vw;
    height: 100vh;
    background-image: url("dev.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.under-dev {
    font-family: 'Spongeboy';
    text-align: center;
    font-size: 30px;
    display: block;
    padding: 50vh 0 0 0;
}