html{
    cursor: url('cursor.gif') 16 16, auto;
}

body {
  background-color: black;
  color: whitesmoke;
  text-align: center;
  font-size: 30px;
  font-family: monospace;
  background-image: url('background.png'); 
  background-size: cover;         
  background-position: center;     
  background-repeat: no-repeat;    
  background-attachment: fixed;   
  height: 100vh;                 
  margin: 0;
}

section{
text-align: left
}

h3{
    text-align: center;
    font-size: 30px;
    color: red;
}

div{
  text-align: center;
  font-size: 70px;
}

.highlight-link {
  position: relative;
  text-decoration: none;
  color: rebeccapurple;
  padding: 5px;
  transition: all 0.3s ease;
}

.highlight-link:hover {
  background-color: red; 
  border-radius: 20px;     
}

a {
    text-decoration: none;
    
}

p{
    margin: 100px 100px 100px 100px;
      text-align: justify;
}