body {
    font-family: sans-serif;
    margin: 0;
    background-image: url('../assets/background.png');
    background-position: center;
}

#core-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}