html {
    position: relative;
    min-height: 100%;    
  }

body {
    font-family: 'Mulish', sans-serif;
    margin-bottom: 60px;
}

h1 {
    font-family: 'Roboto', sans-serif;    
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold; 
}

.error{
    margin-top: 5px;
    color: red;
    font-size: .8rem;
}
