@font-face {
    font-family: unifont;
    src: url(../assets/fonts/unifont.otf);
    font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    position: relative;
}

.announce {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    font-family: unifont, Arial, sans-serif;
    font-size: 18px;
}
