html {
    height:100%;
}

body {
    height:100%;
    background-image:url(/images/background/wood-1920w.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.app {
    height:100%;
    margin-bottom:5vh;
}

.cursorPointer {
    cursor: pointer;
}

.marginTop1rem {
    margin-top: 1rem;
}

.marginBottom1rem {
    margin-bottom: 1rem;
}

.marginTop1rem {
    margin-top: 1rem;
}