* {
    font-size: 30px;
}

body {
    color: white;
    background-color: rgb(43, 43, 43);
}

span {
    color: rgb(137, 137, 243);
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}