body {
    background-color: aquamarine;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1 {
    color: rgb(130, 187, 72);
    text-align: center;
}

section {
    border-radius: 13px;
    border-left: 10px solid;
    padding: 10px;
    margin-top: 30px;
}

section h2 {
    border-bottom: solid 1px;
    padding: 8px;
}

.one {
    background-color: rgb(226, 255, 245);
    border-color: rgb(7, 129, 14);
}

.two {
    background-color: rgb(255, 255, 226);
    border-color: rgb(255, 174, 0);
}

.two ul {
    list-style-type: "😀";
}

.three {
    background-color: rgb(255, 226, 243);
    border-color: rgb(255, 0, 34);
}

.three .t {
    color: brown;
    font-weight: bolder;
}