body {
  background: black;
  max-width: 100vh;
  max-height: 100vh;
}

#big-logo{ 
  background-image: url("../images/gatorwalk.gif");
  max-height: 1155px; 
  max-width: 760px;
  border-color: black;
  border-style: solid;
  border-width: 5px;
  margin: auto;
}

#big-logo img{
  max-width: 100%;
  max-height: 100%;
  
}

#social-media {
  width: 160px;
  height: 60px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

#social-media img{
  padding-right: 10px;
  padding-left: 15px;

}
