main {
    font-family: Verdana, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#layout .panel {
    padding: 20px;
}

#content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
}

#content #page-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
}
