#main{
	width: 750px;
	height: 500px;
	position: relative;
	margin: auto;
	overflow: hidden;
	size: fixed;
	box-shadow: 13px 9px 76px 5px rgba(0,0,0,0.43);
	border-radius: 24px 24px 24px 24px;

}

#main2{
	width: 750px;
	height: 500px;
	position: relative;
	margin: auto;
	overflow: hidden;
	size: fixed;
	box-shadow: 13px 9px 76px 5px rgba(0,0,0,0.43);
	border-radius: 24px 24px 24px 24px;

}
.footer{
	position: absolute;
	z-index: -1;

}



.obs{
	position: absolute;
	z-index: -2;
}

.imgindiv{
	width: 100%;
	height: 100%;
}

.header{
	  
	  background-color: #16a085;
      height: 10%;
      position: absolute;
      width: 100%;
      box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
      border-radius: 0px;
      font-size: 15px;
      font-family:Oswald, sans-serif;
      color: white;
}

.fixedCells{
	text-align: right;
	width: 10%;
}
.changingCells{
	text-align: left;
	width:10%;
}

.headerImages{
	width: 35px; 
	height: 35px;
}

.badges{
	width: 35px; 
	height: 35px;
	opacity: 0.4;
}
@keyframes example {
	from{width: 300px; height: 50px; }
	to{width: 300px; height: 400px;}
	/*30%{width: 100px; height: 50px; }
	60%{width: 200px; height: 100px; }
	100%{width: 300px; height: 150px; }*/
}
#messageDiv{
	position: relative;
	margin: auto;
	border-radius: 47px 47px 47px 47px;
	border: 6px solid #c90e46;
	box-shadow: 13px 15px 29px 7px rgba(87,87,87,1);
	text-align:center;
	font-size: 20px;
	font-family: cursive;
	visibility: hidden;
	width: 300px;
	height: 400px; 
	padding: 10px;
	margin-top: -22em;
	/*margin-left: 770px;*/
	z-index: 10;
	/*overflow-y: scroll;*/
}

#messageImg{
	position: relative;
}

.messageAnimation{
	animation-name: example;
	animation-duration: 1s;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button {
    background-color:#f44336 ; 
    color: white; 
    border-radius: 20px;
}
.button:hover {
    background-color: white;
    color: #f44336;
}