/*
body {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-attachment: fixed;
}
*/

h1, .h1 {
    font-size: 2.5rem;
    color: #00AEF0;
    font-weight: bold;
    margin-bottom: 20px;
}