section#tittle{
    padding: 1vw;
    width: 90vw;
    min-height: 10vh;
    background: rgba(168, 71, 0, 0.3);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    border-radius: 15px;
}
section#tittle h1{
    color:  rgb(247, 243, 221);
    font-size: 2rem;
}


section#bodySection{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-evenly;
}
section#contextSection {
    display: flex;
    flex-direction: column;
}
section#subContextSection{
    display: flex;
    flex-direction: row;
    align-content: space-evenly;
}
section#pyramidExample {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-evenly;
    width: auto;
}
section#pyramidExample div {
    display: flex;
    flex-direction: row;
    min-width: 10vw;
    width: auto;
    align-items: center;
    justify-content: space-evenly;
}
main b,main h3 {
    margin: 0;
    color: rgb(168, 71, 0);
}
h2 {
    color:  rgb(247, 243, 221);
    font-size: 1.8rem;
}
section#contextSection p{
    color:  rgb(247, 243, 221);
    font-size: 1.75rem;
}
section#codeSnipetSection {
    background-color:  rgba(58, 58, 58, 0.75);
    border-radius: 15px;
}
section#codeSnipetSection p{
    color:  rgb(247, 243, 221);
    font-family: monospace;
    font-size: 1.5rem;
    text-align: left;
}
body {
    padding: 5vw;
    padding-top: 2.5vw;
    overflow-x: hidden;
    width: 100vw;
}
main {
    max-width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}