*{
    margin:0;
    padding:0;
}
header{
    width:100%;
    height:70px;
    background-color:#EACEAA;
    text-align:center;
}
.logo{ 
    height: 30px;
    font-size: 45px;
}
.container{
    display:flex;
    gap:10px;
}
.herosection{
    height:560px;
    width:19%;
    background-color:#85431E;
}
.herosection p{
    font-size: 25px;
    color:azure;
}
.herosection a{
    font-size: 55px;
    color:white;
    text-decoration:none;
}

.content{
    height: 550px;
    width:80%;
    background-image: url(logo1.png);
}
.content iframe{
    height:100%;
    width:100%;
}
footer{
    height:130px;
    width:100%;
    background-color: #34150F;
    text-align:center;
    font-size: 40px;
}