body{
  text-align: center;
  background:green;
}
div {
  padding-right: 80px;
  padding-left: 80px;
  background-color: red;
  margin-left:80px;
  margin-right:80px;
}
p {
  text-align: center;
  color: green;
  font-family: courier;
  font-size: 200;
}
h1 {
  color: green;
  text-align: center;
  font-size: 250%;
}
.container_img {
  height: 100%;
  width: 100%;
}
.button {
  height:100px;
  width: 300px;
}