TitleScreen {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url("images/mainmenu.png");
background-size: cover;
background-position: center;
justify-content: center;
justify-content: center;
align-items: center;
font-family: GrotesqueNo9T;
font-size: 32px;
.title {
position: absolute;
bottom: 64px;
font-weight: bold;
text-stroke: 5px black;
color: white;
}
}