body {
  font-family: "Arial";
  font-size: 21px;
}


a {
  color: #0033bb;
  text-decoration: none;
  font-family: "Arial";
  font-size: 21px;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

.my-icon {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.my-icon2 {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
}

.my-icon3 {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

