@font-face {
    font-family: 'Ysabeau Office';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('Ysabeau Office - Greek.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}

@media (max-width: 768px) {

    ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: left;
    }

    .top_div {
        margin-left: 10%;
        margin-right: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #left_div {
        display: none;
    }

    .centerMiddle {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 25%;
        right: 25%;
        bottom: 50%;
        transform: translate(-50%, -50%);
        color: #FFFFFF;
    }

}


.texts {
    font-family: 'Ysabeau Office';
    font-size: 0.9em;
    color:#FFFFFF;
    text-align: center;
}

.altTexts{
    font-family: 'Ysabeau Office';
    font-size: 1.1em;
    color:#FFFFFF;
    text-align: center;
}

body, html {
    height: 100%;
    margin: 0;
}

p {
    font-family: 'Ysabeau Office';
    font-size: 22px;
}

.bgimg {
    background-image: url('https://nepheli.org/nefelisky.jpg');
    height: 100% ;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: 'Ysabeau Office';
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

.topleft {
}

.topright {
    position: fixed; /* or absolute depending on your needs */
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow-wrap: break-word;
}

.topright > div {
    float: right;
}


.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.middle {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


.phrase_text {
    font-family: 'Ysabeau Office';
    font-size: 1.15em;
    color: #FFFFFF;
    background-color: rgb(0 0 0 / 0.3);
}

.centerMiddle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}

hr {
    margin: auto;
    width: 40%;
    color: white;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}