@font-face {
    font-family: 'Library';
    src: url('/fonts/library-3-am.3amsoft.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.center-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

body {
    margin: 0;
    height: 100vh;
    color: #ffffff;
    font-family: 'Library', sans-serif;
    background-image: url("/images/bg.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}