body {
    font-family: Noto Sans, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    color: #333
}
header {
    background-color: #040464;
    color: white;
    padding: 2rem 1rem;
}
header img {
    max-height: 60px;
    vertical-align: middle;
}
header h1 {
    margin: 0.5rem 0 0 0;
    font-size: 2rem;
}
header p {
    margin: 0.5rem 0 0;
    font-style: italic;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
#logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#logo img {
    max-height: 80px;
}
#motto {
    font-style: italic;
    font-size: 1.5rem;
}

#logo img {
    max-height: 80px;
}
.header-right {
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    margin-top: 1rem;
}

.navbar {
    background-color: rgba(29, 130, 232, 1) !important;
}

h1 {
    font-size: 180%;
    font-weight: bold;
}

h2 {
    font-size: 150%;
    font-weight: bold;
    margin-top: 2rem;
}

h3 {
    font-size: 120%;
    font-weight: bold;
}

section {
    margin-top: 2rem;
}

article {
    padding-top: 2rem;
}

.training {
    position: relative;
    width: fit-content;
    padding: 1rem;
    border: darkblue solid 1px;
    background-color: rgb(225, 234, 255);
    border-radius: 0.5rem;
}

.python-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
}

.training-title {
    font-size: 120%;
    font-weight: bold;
}

.training-subtitle {
    font-weight: bold;
}

.training-quickinfo {
    font-size: 90%;
    font-style: italic;
    font-weight: bold;
}

.person {
    position: relative;
}

.person-photo {
    width: fit-content;
    max-width: 20%;
    position: relative;
}


.person-data {
    position: relative;
}

.person-photo img {
    max-width: 100px;
    border-radius: 50%;
}

.person-name {
    font-size: 120%;
    font-weight: bold;
}

.mobile-icon {
    height: 1.5rem;
}

footer {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#final-line {
    background: darkblue;
    height: 3px;
}

.submenu ul {
    display: flex;
    list-style: none;
    padding: 0;
 }
  
.submenu li:not(:last-child) {
    border-right: 1px solid black;
    padding-right: 10px;
    margin-right: 10px;
}
