#twitter {
    padding:2em 0;
}

#twitter section{
    width:80%;
    height:360px;
    max-width:640px;
    max-height:360px;
    border:3px solid rgb(63,41,20);
    background:rgb(255,241,219);
    margin:0 auto;
    border-radius:10px;
    padding:1em 1em;
    box-sizing:border-box;
}

#twitter div{
    max-width:540px;
    margin:0 auto;
}

