#footer {
    position: absolute;
    bottom: 0;
    width: 100%; /* Set the fixed height of the footer here */
    height: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #f5f5f5;
  }
  
  #footer p {
    margin: 0;
    font-size: 16px;
  }

  #footer img {
      margin: 3px;
  }

.container {
    background-color: #f5f5f5;
}

.main-image {
    padding: 1px;
    border-style: outset;
    margin-bottom: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.main-text {
    margin-left: 15px;
    margin-right: 15px;
}

/* Background image code from https://css-tricks.com/perfect-full-page-background-image/ */
img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
      
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
      
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

h1 {
    font-size: 60px;
    margin-bottom: 25px;
}

.projects {
    padding-top: 50px;
}