.code {
    width: 100%;
    padding: 20px;
    background: #e9e9e9;
    margin-top: 20px;
    color: #008080;
    border-radius: 5px;
}

.result {
    width: 100%;
    padding: 20px;
    background: #F0F8FF;
    margin-top: 20px;
    color: cornflowerblue;
    border-radius: 5px;
}

pre {
    margin: 0 !important;
    padding: 0 !important;
}

code {
    margin: 0 !important;
    padding: 0 !important;
}

.h1 h1 {
    text-align: center;
    margin-top: 30px !important;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.7em !important;
}

body {
    width: 95%;
    margin: 0 auto !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
}

.line-space {
    margin-top: 30px;
}

.footer {
    text-align: center;
    color: cornsilk;
}

.footer span {
    background: cornflowerblue;
    border-radius: 3px;
    padding: 5px;
}

.footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

th,
td {
    padding-right: 20px;
    padding-left: 4px;
    border: 1px solid #008080 !important;
}

.imgArticle {
    float: left;
    margin-right: 7px;
}