body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: white;
}

h1 {
   font-size: 2rem;
   font-family: fantasy; 
   background-image: url("binaryYNYS.png");
  background-size: cover;
  background-position: center;
}

.letter {
  transition: color 777ms;
}

h2 {
  
  text-align: center;
  background-image: url("conactImage.jpg");
  background-size: cover;
  background-position: center;
}

#contact-link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
#contact-info {
  display: none;
  font-weight: bold;
  font-size: x-large;
}



