@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&display=swap');
@font-face {
    font-family: fanta_f;
    src: url('../../static/Font/fanta_regular_by_pependejo-dbvx61f.ttf');
    font-weight:100;
    font-weight:normal;
  }
body,html{
    margin:0;
    height: 100vh;
    overflow: hidden;
}
canvas{
    margin:0px !important;
}
#content{
    height:100vh;
    width: min(450px, 100vw);
    margin:0 auto;
}