
body{
  background-color: #126bbf;
}

section{
  width: 330px;
  margin: 10px auto;
  text-align: center;
  background: #7dd9e5;
}

section > div{
  padding: 5px;
}

h2{
  margin: 10px auto;
  width: 200px;
  font-size: 20px;
  text-align: center;
  background-color: #ffffff;
}  

img#i1 , h2{
  border-radius: 7px;
}

.action{
  display: block;
  margin: 10px auto !important;
  width: 180px;
  border-radius: 3px;
  align-content: center;
}

.action:link, a:visited {
  background-color: #f44336;
  color: white;
  padding: 6px 25px;
  text-align: center;
  text-decoration: none;
}

.action:hover, a:active {
  background-color: red;
}