a{
    color: inherit;
    text-decoration: none;
}

body {
  background-color: linear-gradient(135deg, #667eea 0% #764ba2 100%);
  background-image: url("/Resource/IMAGES/background/sakura2-unsplash_compressed.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

footer {
  margin-top: auto;
  padding: 0.6rem 1.2rem;
  background-color: white;
  text-align: center;
  font-size: 1rem;
}

*{
-webkit-tap-highlight-color:transparent !important;

}

*::-moz-focus-inner {
  border: 0 !important;

}