html, body {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
}

body {
    overflow: hidden;
}
html, body { 
    box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    background:rgb(250, 250, 250);
    font-family: "Playlist Script";
}

#caption {
    font-size: 9vw;
    color: rgb(207, 52, 104);
    line-height: 1.1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    user-select: none;
    pointer-events: none;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@font-face {
    font-family: "Playlist Script";
    src: url('/resources/Playlist Script.otf');
  }