/* Copyright (c) 2024 by Ksenia Kondrashova (https://codepen.io/ksenia-k/pen/yyBYVyd) */
html,
body {
    padding: 0;
    margin: 0;
}

.container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040229;
}

.title {
    position: fixed;
    top: 75%;
    left: 50%;
	 transform: translate(-50%, -50%);
    font-family: monospace;
    user-select: none;
    pointer-events: none;
    color: white;
}