body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #223;
}
.title{
    text-align: center;
    display: inline-block;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0 4%;
    background-color: white;
    font-size: 150%;
    font-family: 'Ruthie', cursive;
}
.title>*{
    margin: 10px 0;
}
.title *:first-child{
    color: rgb(37, 37, 37);
}
.title *:last-child{
    color: rgb(68, 68, 76);
}

.content{
    display: inline-block;
    max-width: 800px;
    width: 80%;
    text-align: left;
}
.lie {
    background-color: white;
    border-radius: 5px;
    padding: 4%;
    margin: 4% 0;
    display: block;
}
.lieTitle{
    font-size: 21px;
    color: rgb(37, 37, 37);
    font-weight: 800;
    margin: 3px 0 0;
}
.lieContent{
    font-size: 17px;
    color: rgb(68, 68, 76);
    margin: 2% 0 0;
    text-align: justify;
}
