body {
    margin: auto;
    max-width: 960px;
    background-color: #071016;
    font-family: system-ui;
    color: white;
}
.theme_font_color {
    color: rgb(250, 63, 16);
}
.header {
    color: rgb(250, 63, 16);
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header .navigation a {
    color: rgb(250, 63, 16);
    font-size: 1.5rem;
    text-decoration: none;
    margin-right: 5px;
}

.navigation {
    margin-right: 27px
}

.content {
    margin-top: 50px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.section {
    width: 460px;
}

.center_children {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.section img {
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.short_line {
    width: 15ch;
    border-bottom: 2px solid rgb(250, 63, 16);
    margin-top: 10px;
    margin-bottom: 10px;
}
.big_title {
    font-size: 3rem;
    font-weight: bold;
}
.little_title {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 20px;
}