.parallax {
    background-image: url('../img/happyGhast.png');

    height: 100%;
    padding: 0;
    margin: 0;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.drawer{
    width: 100%;
    height: 100%;
    background: #2b2929;
    color: white;
}
body{
    margin: 0;
}
body, html {
    height: 100%;
    font-family: "Comic Sans MS", serif
}

