footer {
  height: 450px;
  background-color: rgb(43, 68, 85);
  margin-top: 50px;
}

.go-top {
  background-color: rgb(77, 99, 114);
  color: white;
  text-align: center;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.go-top a {
  text-decoration: none;
  color: white;
  width: 100%;
}


.go-top:hover {
  background-color: rgb(93, 116, 129);
  cursor: pointer;
}


.footer-info-ctner {
  display: flex;
  justify-content: center;
}

.footer-info-ctner1 {
  margin-right: 25px;
  min-width: 200px;
}

.footer-info-ctner2 {
  margin-left: 25px;
  min-width: 200px;
}

.footer-info-ctner1, .footer-info-ctner2 {
  width: 30vw;
  color: rgb(205, 217, 221);
}

.footer-info-ctner1 h1, .footer-info-ctner2 h1 {
  color: white;
  text-decoration: underline;
}

.footer-info-ctner1 p span {
  text-decoration: underline;
}

.footer-info-ctner1 ul {
  list-style-type: circle;
}

