@font-face {
    font-family: 'Okulovanish';
    src: url('/css/Okulovanish.woff2?v=2') format('woff2'),
        url('/css/Okulovanish.woff?v=2') format('woff'),
        url('/css/Okulovanish.ttf?v=2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
      
body {
    background-color: black;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

h2 {
    color:#f0f8ff;
    font-family: "Okulovanish", sans-serif;
    font-weight:100;
    font-size:20px;
    text-align: center;
}

.here{
    display: inline-block;
}
button{
    margin: 10px;
}
#destinyText {
    -webkit-user-select: none;
    -moz-user-select: none;    
    -ms-user-select: none;    
    user-select: none;         
    -webkit-touch-callout: none; 
    cursor: default;
}