style media="screen">
#gotohome {
background-color: #82b440;
color: #fff;
text-align: center;
margin-top: 20px;
font-weight: 500;
padding: 10px;
font-size: 16px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: none;
-o-transition: all 100ms;
-moz-transition: all 100ms;
-webkit-transition: all 100ms;
transition: all 100ms;
}