body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.content {
    position: relative;
    color: black;
    text-align: center;
    top: 40%;
    transform: translateY(-50%);
    font-family: Arial, sans-serif;
}

a {
  cursor: pointer;
  color: black;
  text-decoration: underline;
  font-size: 16px;
}
