body {
  margin: 0;
  padding: 0;
  background-color: #3e3f3a; 
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  font-family: 'tahoma';
  color: #000;
}

.enter-link {
  text-decoration: none;
  color: black;
  text-align: center;
}

img {
  max-width: 90%;
  height: auto;
}

.enter-link p:hover {
  color: #888;
  font-size-adjust: 0.5;
  text-shadow: 0 0 10px #fff;
}