@font-face {
    font-family: kefa-regular;
    src: url(/static/fonts/kefa-regular.ttf);
}

html, body {
    margin: 0;
}
body {
    background-color: #ffffff;
    font-family: "Spectral", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

a {
    color: #000000;
}

.p_bm {
    margin-bottom: 50px;
}

.mw_500 {
    max-width: 500px;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea {
    border: none;
    resize: none;
    font-size: 24px;
}
#container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

#content {
    font-family: "Spectral", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 100;
    padding: 60px 30px;
}

#logo_container {
    cursor: pointer;
}

#logo {
    max-width: 320px;
}

#main_menu {
    padding-inline-start: 0;
}

.main_menu_item {
    list-style-type: none;
    font-weight: 100;
    font-size: 22px;
}

#main_menu {
    z-index: 100;
}

.main_menu_item a {
    text-decoration: none;
    color: #000000;
}
#emojis {
    font-size: 10vw; /* Responsive font size */
}
#script_link {
    font-size: 6vw; /* Responsive font size */
}
#script_link a {
    text-decoration: none;
    color: #000000;
}
/* #clickable-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
} */