body {
    background-image: url("images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

body, html {
    height: 100%;
}
.full-height {
    height: 100vh;
}

.copyCommand {
    margin: 0;
}