body{
background:#e5d3c2;
font-family:Arial;
}

.container{
width:1000px;
margin:auto;
}

.header{
text-align:center;
}

.header h1{
color:#d46b1e;
margin-bottom:0;
}

.tagline{
color:#d46b1e;
margin-top:5px;
}

.section-row{
display:flex;
margin-top:40px;
}

.image-box img{
width:300px;
background:#ccc;
}

.text-box{
margin-left:30px;
}

.text-box h3{
color:#d46b1e;
}

.offer-section{
margin-top:40px;
}

.offer-section h3{
color:#d46b1e;
}

.offer-box{
border:2px solid #1b4d4a;
border-radius:20px;
padding:20px;
background:white;
}

.why-section{
margin-top:50px;
}

.why-section h2{
color:#0f6f6f;
}

.why-row{
display:flex;
}

.profile img{
width:120px;
border-radius:8px;
margin-left:30px;
}

.achievements{
margin-top:40px;
}

.achieve-row{
display:flex;
}

.pyramid img{
width:200px;
margin-left:40px;
}

.footer{
background:#0f6f6f;
color:white;
padding:20px;
border-radius:10px;
margin-top:50px;
}