#header {
    text-align: center;
    padding: 20px;
    border-bottom: 2px solid #000088;
}

#header p {
    margin-bottom: 0;
}

#logo-container {
    display: flex;
    justify-content: center;
}

#logo {
    width: 40px;
    margin-right: 15px;
}