body {
    background-image: url('../img/background-1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    font-family: "Clear Han Serif";
    font-weight: normal;
    backdrop-filter: blur(5px);
}

.center-h {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.text-underline-delete {
    text-decoration: none;
}

.footer-links-style {
    text-decoration: none;
    color: rgb(113, 226, 52)
}

.footer-text-style {
    text-decoration: none;
    color: rgb(255, 255, 255)
}

.div-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}