@import url("root.css");

/* Container for main phone number */
.main-content-div {
  justify-content: center;
  align-items: center;

  flex-basis: 10%;
}

.phone {
  font-weight: bold;
  margin: 15px 0 15px 0;
  background: linear-gradient(#b0b0b0, #050505);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(.25vw .25vw #222222);
  color: transparent;
  font-size: 9vw;
}