h1{
    color: White;
    font-family: 'Raleway', sans-serif;
}
.p1{
    color: black;
    font-family: 'Raleway', sans-serif;
}
li{
    display: inline;
    float: left;
}
header{
    text-align: center;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(58, 57, 57);
  }
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}
li a:hover {
    background-color: #111;
}
.gradient{
    height: 100px;
    background-color: rgb(149, 149, 149);
    background-image:
      linear-gradient(
        rgb(87, 68, 68), #293d97
      );
}
#q{
    font-style: italic;
    font-weight: 200;
}
#a{
    font-weight: 900;
}
#footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4rem;            /* Footer height */
    font-family:'Raleway', sans-serif;
}
#page1{
    font-family:'Raleway', sans-serif;
    
}

