* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

footer {
  background-color: #303030;
}

.footerContainer {
  width: 100%;
  padding: 5px 30px 0px;
  margin-top: 0px;
}

.footerNav {
  margin: 30px 0;
}

.footerNav ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.footerNav ul li a {
  color: white;
  padding: 10px;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 1;
}

.footerNav ul li a:hover {
    opacity: 1;
    background-color: hsl(0, 0%, 10%);
}

.footerBottom {
  background-color: #303030;
  padding: 20px;
  text-align: center;
}

.footerBottom p {
  color: white;
}

.designer {
  opacity: 1;
  font-weight: 400;
  margin: 0px 5px;
}

.icon_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.icon_box {
    height: 50px;
    width: 50px;
    margin: 10px;
    text-align: center;
}

.icon_box:hover {
    background-color: hsl(0, 0%, 10%);
}

.icon {
    font-size: 40px;
}

.icon2 {
    height: 50px;
    width: 50px;
}
