/* Global Layout Set-up */
  .profile-image {
    overflow: hidden;
    width: 5000px;
    height: 1000px;
  }

.banner{
  overflow:hidden; 
  height:400px; 
  width:100%; 
  text-align:center;}

.banner img
  {
    height:400%; 
    width:10000%; 
    margin:0 auto;
  }

.card {
    font-family: "Comic Sans MS", cursive, sans-serif;
    text-align: right;
    margin-right: 10px;
    color: black;
    padding: 10px;
    font-size: 30px;
  }

header {
  background-color: blueviolet
}


main {
  background-color: greenyellow
}


footer {
    background-color: red
}