.homebutton{
 	position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #0099FF;
    background: #F5F8FA;
    transition: .4s;
    width: 600px;
    margin: 2px;
}
.homebutton:hover{
    background: #0099FF;
    color: white;
}
