body, html {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, sans-serif;
  background-color: #3d738b;
}

.nav-bar {
  height: 280px;
  padding: 30px;
  color: white;
  background-color: #222731;
}

.section-name {
  text-align: center;
  font-size: 60px;
}
.section-desc {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #6ddce9;
  padding-bottom: 10px;
}
.arrow {
  text-decoration: none;
  color: white;
  outline: none;
  position: absolute;
  top: 10;
  left: 10;
}

p {
  color: white;
}
a img {
  max-width: 40px;
}

.btn{
  color: #fefefe;
  font-size: 20px;
  border: 1px solid #222731;

  text-decoration: none;
  outline: none;

  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: #222731;
  height: 120px;
  width: 120px;
  margin: 30px;

  cursor: pointer;
}


.mid-content {
  text-align: center;
  padding: 100px;
}
#my-intro {
  margin-bottom: 150px;
}
ul {
  list-style-type: none;
}
li {
  margin: 10px;
}



.ending {
  height:75px;
  /* margin-bottom: 10px; */
  padding: 10px;
  color: #6ddce9;
  background-color: #222731;
}
#contactInfo span {
  text-align: center;
  display: block;
  font-size: 10px;
  padding-bottom: 5px;
}
