body {
    font-family: "Noto Sans, Arial, Helvetica, sans-serif" !important;
}

header {
    background-color: #0b0b1c;
    width: 100%;
}

#logo {
    width: fit-content;
    margin: 0.5rem;
}

#logo a img {
    max-width: 200px;
}

#motto {
    width: fit-content;
    font-size: 2rem;
    color: white;
    font-style: italic;
    word-wrap: break-word;
    margin-top: auto;
    margin-bottom: auto;
}

.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;
}
