article {
    font-family: Arial, Helvetica, Tahoma;
    font-size: 17px;
}
article p {
    margin-bottom: 20px;
    line-height: 28px;
    color: #000000;
}
article h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}
article img {
    max-width: 100%;
    height: auto;
}
.l-t{
    display:block;
    color: #9EA7B0;
}
.l-t:hover{
    color: #9EA7B0;
    opacity: .8;
    text-decoration: none;
}
.j-f{
    font-weight: bold;
    color: #dfe6e9;
}
footer {
    background-color: #1D2230;
    color: #9EA7B0;
}
.m-f{
    text-align:center;
}
.store{
    margin-left: auto;
    margin-right: auto;
}
.tips {
    position: relative;
    padding-top: 20px;
    margin: 40px 0;
    background-color: #e4f1fe;
}
.judul-tips {
    font-weight:600;
    font-size: 20px;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    position: absolute;
    top: 5px;
    left: -10px;
    background-color: #eb4d4b;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 3px;
}
.menuu a {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
}
.menuu a:link {
    color:#54a0ff;
}
.menuu a:visited {
    color:#54a0ff;
}
/*large*/
@media only screen and (min-width: 576px) {
.m-f {
  text-align: left;
}
.store{
    margin-left: 0;
    margin-right: 0;
}
}