* {
    color: white;
}

body {
    background-color: #4a4a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.main {
    text-align: center;
}