body {
  background-image: url('images/Case Studies.jpg');
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: cover;
  padding: 10px;
}
body h2, h3 {
  text-align: center;
}
  /* Header */
  .header {
    background-image: url("images/header.jpg");
    text-align: center;
    padding: 20px;
  }
    .header h1 {
        font-size: 50px;
        color: #ff0000;
        font-family: Algerian;
    }
  /* Style the top navigation bar */
  .topnav {
    overflow: hidden;
    background-color: grey;
  }
  
  /* Style the topnav links */
  .topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border: 3px outset white;
  }
  
  /* Change color on hover */
  .topnav a:hover {
    background-color: #333333;
    color: white;
    border: 3px inset grey;
  }
  .disable {
    color: black;
  }

  .footer {
    padding: 20px;
    text-align: center;
    background-image: url('C:/Users/aharo/Dropbox/My PC (NewStart)/Documents/Glitchout.com/CSS/website/images/header.jpg');
    margin-top: 20px;
    }
  .card {
    padding: 20px;
    margin: 0 auto;
    width: 945px;
    display: block;
    text-align: center;
    background-color: #333333;
    color: #7df9ff;
    }
.box {
  background-color:black;
  width: 600px;
  border: 2px solid #ffffff;
  padding: 50px;
  margin: 20px;
}
.boxa{
  margin: 0 auto;
  display: block;
  background-color:black;
  width: 600px;
  border: 2px solid #ffffff;
  padding: 50px;
} 

