body {
    text-align: left;;
}

main {
    padding: 0px 50px;
}

h1 {
    font-size: 35px;
    padding-top: 50px;
    margin-bottom: 60px;
}

h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
    color: #F3A41E;
}

h3 {
    font-size: 16px;
    color: black;
    margin-bottom: 20px;
}

div.flexContainer {
    justify-content: flex-start;
}

button {
    background-color: rgba(52, 52, 52, 1);
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(227, 225, 225, 1);
}

.special {
    color: #F3A41E;
    text-align: right;
    font-weight: bold;
}

/* section {
    padding-left: 270px;
    padding-right: 270px;
    margin-top: 60px;
} */

#contentSection img {
    width: 190px;
    height: 190px;
    margin-right: 45px;
}

#contentSection article:last-child {
    margin-bottom: 60px;
}

p {
    padding-bottom: 20px;
}
