* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-image: linear-gradient(lightblue, white);
}

h1 {
    text-align: center;
}

h1 a{
    color: #cf7e00;
    text-decoration: none;
}

h1 a:hover {
    color: #cf7e00;
}

h5 {
    color: #cf7e00;
}

form {
    padding-top: 2em;
}

footer {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 1em;
}

.maxHeight {
    height: 200px;
    width: auto;
}

.navbar-header{
    text-align:center;
}

.navbar-toggle {
    float: none;
    margin-right:0;
}

#clock  {
    max-height: 350px;
    width: auto;
}