body {
    margin: 0;
    padding: 0;
    background-image: url('../img/abstract-background-1.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#copyButton {
    display: none;
}

#textCopied {
    margin-top: 50px;
    display: none;
}