
@font-face {
    font-family: 'custom';
    src: url('assets/fonts/fredoka.otf') format('truetype');
    font-weight:900;
    font-style:normal;
  }
  
body,html{
    padding:0;
    margin:0;
    overflow:hidden;
    color: rgba(255, 255, 255, 0.87);
    background-color: #082641;
  
    -webkit-tap-highlight-color: #082641;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
}
#app {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
