body {
    background-color: black;
}

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

.container div {
    color: white;
    font-size: 100px;
    text-shadow: 3px 5px 10px rgba(225, 225, 225, 0.7);
}