div {
    padding: 0;
    margin: 0;
}

body {
  margin: 0;
  background-color: #8f3748;
}

.hero {
  background-color: #8f3748;
}

.img-top {
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.links {
  background-image: url('../img/pattern.png');
  background-repeat: repeat;
  background-color: #cb8592;
  box-shadow: 0px -3px 24px #00000078;
  z-index: 5;
  position: relative;
  padding: 1rem 0;
}

.wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.link-icon {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background-color: #8f3748;
  border-radius: 50%;
  padding: 1rem;
  color: #ffdb62;
  font-size: 4rem;
  justify-content: center;
  text-decoration: none;
  height: 5rem;
  width: 5rem;
  align-items: center;
  box-shadow: 0px -3px 7px #00000047;
  position: relative;
  top: 0;
  transition-duration: 400ms;
}

.link-icon:hover {
  transition-duration: 400ms;
  position: relative;
  top: -10px;
}

.link-icon span {
  text-align: center;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.space {
  margin: 1rem 0;
}

.font-2 {
  font-size: 2rem;
}

.font-3 {
  font-size: 3rem;
}

.alert {
  display: flex;
  width: 80%;
  align-self: center;
  justify-content: center;
  padding: 1rem;
}

.alert span {
  font-family: 'Montserrat', sans-serif;
  color: #feeed8;
  text-align: center;
}

.alert i{
  color: #feeed8;
  margin-right: .3rem;
}

footer {
  padding: 1rem;
  text-align: center;
}

footer a {
  text-decoration: none;
  color: #cb8592;
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  transition: 400ms;
}

footer a:hover {
  color: #fff;
}
