body, html {
    height: 100%;
    font-family: 'Times New Roman', Times, serif;
  }
  
  .my-bg {
    /* The image used */
    background-image: url("happyfamily.jpg");
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

/* Place text in the middle of the image */
.openpage-text {
  font-size: 40px;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(243, 102, 15);
}

.but {
    font-size: 40px;
    background-color: transparent;
    border-color: transparent;
}

.refr {
  text-decoration: none;
}