html {
    height: 100%;
}

body{
    min-height: 100%;
    background-image: url("index.jpg");
    background-size: cover;
    font-family: 'Raleway', sans-serif;
}
/* 
.my-button{
    font-size: 1.5em;
}
   */