@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');

html,
body,
#root {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

.overlay {
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #0000ff, #ff00ff);
    opacity: 0.1;
}