html {
    height: 100%;
}

body {
    background: url(./bg.png);
    color: white;
}

.main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}