body {
    font: 16px/28px arial, sans-serif;
    background-color: #eaeaea;
    background-image: url(abc.png);
    color: #333;
}

.container {
    width: 800px;
    margin: auto;
    background-color: #fff;
}

.header {
    padding: 20px;
}

.header .judul {
    font-size: 40px;
    font-weight: bold;
}

.header ul li {
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}

.header a 
{color: red;
text-decoration: none;
font-family: verdana; 
font-size: 12px;
padding: 3px;   
}

.header a:hover {color: salmon; 
    text-decoration: none; 
    font-family: verdana; 
    font-weight: bold;
    background-color: salmon;
}

.header a:visited {
    color: black;
}

.hero {
    height: 280px;
    background-image: url("hero.png");
    background-size: cover;
    background-position: 0 -180px ;
    border-bottom: 5px solid lightskyblue;
    border-top: 5px solid salmon;
}

.content {
    padding: 20px;
}

.content h2 {
    font-size: 28px;
    font-weight: bold;
}

.content .penulis {
    font-size: 11px;
    margin-top: -5px;
}

.content p {
    margin-bottom: 20px;
    font-size: 14px;
}