body {
  background-color: #2b2d42;
  display: inline-block;
  background-color: #2b2d42;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.title {
  font-family: Montserrat, serif;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}

.name {
  font-family: Montserrat, serif;
  background-image: linear-gradient(180deg, #ef233c, #d90429);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-weight: 600;
}

.icon {
  padding: 20px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #ef233c, #d90429);
  color: #ffffff;
  transition: background 0.4s, color 0.4s;
}

.icon:hover {
  background: #ffffff;
  color: #ef233c;
}
