
@font-face {
    font-family: 'custom';
    src: url('assets/fonts/fredoka.otf');
    font-weight:400;
    font-weight:normal;
  }
  
body,html{
    padding:0;
    margin:0;
    overflow:hidden;
    color: rgba(255, 255, 255, 0.87);
    background-color: #7088a4;
  
    -webkit-tap-highlight-color: #7088a4;
    -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;
}
