@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');

:root {
    background-color: rgb(30, 19, 58);
    color: #fff;
}

#app {
    display: flex;
    height: 90vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#app header {
    font-family: 'Ubuntu Condensed', sans-serif; 
}
#app footer {    
    position: fixed;
    bottom: 5vh;
}