.TitleScreen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
}

.TitleScreen_logo {
    display: block;
    margin: 0 auto;
    width: 192px;
    image-rendering: pixelated;
    transform: scale(1.6);
}

.TitleScreen_platformer {
    display: block;
    margin: 0px 110px;
    width: 192px;
    transform: scale(0.8);
}

.TitleScreen_img {
    position: absolute;
    transform: scale(0.2);
    top: 30px;
    right: -30px;
}

.TitleScreen .KeyboardMenu {
    position: relative;
    width: 100px;
    background: transparent;
    border: 0;
    top: -145px;
    left: 15px;
}
.TitleScreen button {
    color: #fff;
    justify-content: center;
    padding:0;
    left: 0;
}

.TitleScreen .DescriptionBox {
    position: relative;
    width: 180px;
    background: transparent;
    color: #fff;
    border: 0;
    text-align: center;
    top: -85px;
    left: -25px;
    transform: scale(0.6);
}
