div{
    border: 1px solid transparent;
    margin: 2px;
    background-color: rgb(227, 221, 221);
}
#header{
    background-color: transparent;
    height: 100px;
    padding-top: 10px;
}
#wrapper{
    width: 1000px;
    margin: 0 auto;
#said{
    background-color: rgb(206, 210, 202);
    width: 180px;
    float: left;
    padding: 10px;
   
}
#content{
    background-color: transparent;
    width: 700px;
    --height: 420px;
    margin: 20px ;
    float: left;
    padding-top: 0px;
    padding: left 10px;
    border: solid 15px;
    border-color: red yellow green hsla(60, 90%, 50%, .8);
    display: flex;
}
#midasi{
    text-align: center;
}
#setumei{
    width: 700px;
    border:solid 3px ;
    border-color:red;
    text-align: center;  
    margin: 30px;
    float: left;
}
#footer{
    background-color: dimgrey;
    height: 100px;
    clear: both;
}
#wrapper{
    width: 970px;
    margin: 0 auto;
}