* {
    margin: 0px;
    padding: 0px;

}


header {
    background-color: #F0EAD2;
    height: 150px;
    width: 100%;
    border-radius: 20px;
}

footer {
    background-color: #F0EAD2;
    height: 150px;
    width: 100%;
    margin-top: 290px;
    clear: both;
}

aside {
    width: 20%;
    background-color: #DDE5B6;
    height: 600px;
    float: right;
    border-radius: 20px;
}

.article1 {
    width: 80%;
    float: left;
    background-color: #ADC178;
    height: 600px;
    border-radius: 20px;

}

.img1 {
    float: right;
}

footer {
    background-color: #A98467;
    width: 100%;
    border-radius: 20px;
}

h1 {
    font-size: 125px;
    text-align: center;
}

img {
    float: left;
    padding-left:50px
}

.img2 {
    float: right;
    margin-right: 50px;
}

p {
    font-size: 20px;
    width: 30%;
    padding-left: 40px;
    color:#6C584C;
}

.p1 {
    font-size: 20px;
    width: 30%;
    padding-left: 50px;
    color:#6C584C;
    float:right;
    text-align: right;
}


h2 {
    font-size: 50px;
}

a {
    font-size: 45px;
    padding-right: 120px;
}
