/*
@media only screen and (max-width: 400) {
  div.name {
    background-color: #F09A9D;
    font-size: 24px;
    min-width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
*/

body {
  margin-left: 6em;
  margin-right: 10em;
  background-color: cadetblue;
}


div.name {
  float: left;
  font-size: 20px;
  min-width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid lightgrey;
}
