
.medVibes{
    background:white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}
.medVibes-span {
  display: flex;
   height: 100vh;
   font-family: Raleway;
}
.medVibes-content {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}
.medVibes-content h1 {
  font-size:70px;
}
 .medVibes-content p {
  font-size:40px;
  color: #319aa7;
}
img {
  max-height: 150px;
}
.ml2 {
    font-weight: 900;
  }

  .ml2 .letter {
    display: inline-block;
    line-height: 1em;
  }
  @font-face {
    font-family: Raleway;
    src: url(../font/Raleway-SemiBold.ttf);
  }