body,
html {
    height: 100%;
}

@font-face {
    font-family: Lexend;
    src: url("../fonts/Lexend-Medium.ttf");
}

@font-face {
    font-family: LexendBold;
    src: url("../fonts/Lexend-Bold.ttf");
}

@font-face {
    font-family: Consolas;
    src: url("../fonts/CONSOLA.TTF");
}

@font-face {
    font-family: VietSach;
    src: url("../fonts/UVNVietSach_R.TTF");
}

#images {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    filter: brightness(50%);
    transform: translateX(-50%);
    object-fit: cover;
}

.content {
    position: fixed;
    color: #f1f1f1;
    width: 100%;
    font-family: Lexend;
}



.datetime {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    font-family: Consolas;
}

.object {
    width: 100px;
    height: 130px;
    background: rgba(0, 0, 0, 0.3);
}

.object-description {
    font-size: 16px;
    font-weight: bolder;
    background: rgba(0, 0, 0, 0.5);
}
