
header{
    background-color:bisque;
    border-color:wheat;
    border-width: 10px;
    border-style: solid;
    text-align: center;
}
h4{
    padding-left: 30px;
    border-color: aqua;
    border-width: 20px;
    border-style: solid;
}
.a{
    text-align: center;
}

hr{
    width: 300px;
    height: 2px;
    background-color: black;
    ;
}
.b{
    text-align: center;
}
.d{
    height:500px;
    width: 300px;
    background-color: blanchedalmond;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    margin-left: 100px;
    display: inline-block;
    
}
.e{
    padding: 20px;
    text-align: center;
    
}
.f{
    text-align: center;
}
g{
    height:480px;
    width: 300px;
    background-color: blanchedalmond;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    display: inline-block;
    margin-top: 10 px;
    
}
.h{
    padding: 20px;
}

.i{
    text-align: center;
}
.j{
    text-align: center;
}
.k{
    height:470px;
    width: 300px;
    background-color: blanchedalmond;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    display: inline-block;
    margin-left: 50px;
    margin-top: 50px;
    padding-top: 30px;
    
}
.l{
    padding: 20px;
    text-align: center;
}
.n{
    text-align: center;
}
.o{
   width: 540px;
    height: 2px;
    background-color: black;
    text-align: center;
}
.p{
    text-align: center;

}
.q{
    width: 400px;
    height: 2px;
    background-color: black;
    ;
}
.s{
    padding: 20px;
    text-align: center;
}
footer{
    background-color:bisque;
    border-color:wheat;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    text-align: center;
}

