h1 {color:red;
background: white;
}

.element {
   width:45em;
   height: 200px;
   border: red double;
   overflow: scroll;
  color:blue;
  width: 100%
}

#pic {
  width:4em;
   height: 4em;
  border:red triple;
  text-align: center;
  width: 100%;
}




