body {
  color: black;
  font-family: Verdana;
  overflow-y:scroll;
}
.bg{
  background-image:url('/eggs/egg2.png');
  width:100%;
  height:100%;
  position:fixed;
  left:0;
  top:0;
  overflow:scroll;
}
.header{
  text-align:center;
  left:0;
  top:0;
}
.button {
  background-color:white;
  border:none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.contentContainer{
  text-align:center
  }
.content {
  background-color:white;
  width:780px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius:13px;
  display: inline-block;
}
.sign {
  background-color:SeaGreen;
  color:white;
  width:810px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-style:solid;
  border-color:white;
  border-radius:13px;
  display: inline-block;
}
.photo {
  background-color:#e5e5e5;
  width:200px;
  height:200px;
  margin-left: auto;
  margin-right: 10px;
  overflow:hidden;
  border-radius:13px;
  float:left;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
}
.description {
  background-color:#e5e5e5;
  width:500px;
  height:200px;
  margin: 10px;
  float:right;
  padding: 10px;
  border-radius:13px;
  overflow:auto;
}
button {
  font-size: 25px;  
  border: none;
  background-color: #ffffff;
  -webkit-transition: background-color 1s; /* Safari */
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
  border-radius:13px;
    padding: 15px 32px;
}
button:hover {
  background-color: PaleGreen;
}