body {
    font-size: 30px;
}

h1 {
    font-size: 50px;
    color: brown;
    font-weight: 600;
}

h2 {
    font-size: 35px;
    color: brown;
    font-weight: 600;
}

.PL {
    padding-left: 15px;;
}

.titleBar {
    width: 100%;
    border: 2px solid black;
    padding: 10px 0px 40px 10px;
    margin-bottom: 45px;
}

.menuBar {
    border-left: 8px solid brown;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 600;
}

article {
    border: 1px solid #858484;
    width: 1000px;
    margin: 0 auto;
}

section {
    margin-bottom: 50px;
}

dl {
    display: flex;
    margin-bottom: 50px;
}

dt {
    width: 40%;
}

dd {
    width: 60%;
}

.wrapper {
    display: flex;
}

.box-left {
    width: 50%;
}

.box-right {
    width: 50%;
}

.recommendBox {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}