body{
    margin:0;
    font-family:Arial, sans-serif;
    background:#FFF8EA;
    color:#1A120B;
}

header{
    background:#1A120B;
    padding:20px;
}

nav a{
    color:white;
    margin-right:20px;
    text-decoration:none;
}

.hero{
    height:90vh;
    background:url('../images/coffee.jpg') center/cover;
    display:flex;
    align-items:center;
    justify-content:center;
}

.overlay{
    background:rgba(0,0,0,0.5);
    padding:40px;
    color:white;
    text-align:center;
}

.btn{
    display:inline-block;
    margin-top:20px;
    background:#D5CEA3;
    padding:12px 24px;
    text-decoration:none;
    color:#1A120B;
    border-radius:6px;
}

.features{
    display:flex;
    gap:20px;
    padding:40px;
}

.card{
    background:white;
    padding:20px;
    border-radius:10px;
    flex:1;
}

.container{
    padding:40px;
}
