body {
    background-color: #1a1a1a;
    color: #ffffff;
}

hr.main {
    border-top: 1px solid #802000;
  }

  
h1
{
    font-size:100px;
    font-family: 'Montserrat', serif;
} 

h3
{
    font-size:30px;
    font-family: 'Raleway', serif;
}

.w3-icons
{
    font-size:100px;
}

/* Smaller screens */
@media screen and (max-width: 700px) {
    h1
    {
        font-size:50px;
        font-family: 'Montserrat', serif;
    }
    h3{
        font-size:20px;
        font-family: 'Raleway', serif;
    }

    .w3-icons
    {
        font-size:50px; 
    }
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    font-family: 'Raleway', serif;
    color: #737373;
    text-align: center;
    margin-top: 50px;
}