#header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    
    width: 100%;
    height: min-content;
}


#subtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    height: 25px;
}