/*
Theme Name: Pariwisata Indonesia
Author: Developer
Version: 1.0
Description: Theme portal wisata Indonesia
*/

body{
font-family: Arial;
margin:0;
background:#f5f5f5;
}

.container{
width:1100px;
margin:auto;
}

header{
background:#fff;
border-bottom:1px solid #ddd;
}

.logo{
font-size:26px;
font-weight:bold;
padding:15px 0;
}

nav a{
margin-right:15px;
text-decoration:none;
color:#333;
}

.hero img{
width:100%;
height:420px;
object-fit:cover;
}

.content{
display:flex;
gap:20px;
margin-top:20px;
}

.main{
width:70%;
}

.sidebar{
width:30%;
}

.post{
background:#fff;
padding:15px;
margin-bottom:20px;
}

.post img{
width:100%;
}

footer{
background:#111;
color:white;
text-align:center;
padding:30px;
margin-top:40px;
}