html {
    background-color: #F5F2ED;
}

body {
    margin-bottom: 50px;
}

.myfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    height: 85px;
    padding-top: 10px;
}

.homebutton {
    background-color: #00AEEF;
    color: white;
}