html{
    width: 100%;
    height: 100%;
}

body{
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 100%;
    height: 100%;
}

#content{
    margin: auto;
    padding: 1.5rem;
}

h1{
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 700;
}