body {
	background-color: rgb(36, 37, 38);
}

#svg-container {
    position: fixed;
    top: 0px;
    left: 0px;
    border: none;
}

#text-area {
    font-family: 'Caveat', cursive;
    font-size: 25px;
    fill: lightblue;
} 
