body{
  background-color:white;
  color:#333333;
  text-align: center;
  font-family: Arial;
  }
img{width: 150px;
  height: 150px
  }
  
p{background-color:white;
  color:black;
}
div{
 border:1px #F5F5F5;
 text-align: center;
 background-color:white;
 display:block;
}
#a{ border:2px white solid;
 text-align: center;
 background-color: #E67E22;
}
#b{
 border:1px #F5F5F5;
 text-align: center;
 display:inline;
}