
* {
  margin: 0;
  padding: 0;
  cursor: none;
  
}
.cursor {
  position: fixed;
  pointer-events: none;
  width: 32px;
  height: 32px;
  background-image: url('/img/cursors/cursor.gif');
  background-size: cover;
  z-index: 9999;
}

body {
background-color: black;
color: white;
font-family: "Times New Roman", Verdana, Geneva, Tahoma, sans-serif;
font-size: 1em;
display: grid;
grid-template-rows: auto 1fr auto;
min-height: 100vh;
margin: 0;
font-weight: bolder;
justify-content: center;
text-align: center;
font-size: 1em;
}

p {
font-weight: normal;
font-size: 1.1em;
}
footer {
padding: 10px;
background-color: #B20068;
border-radius: 50px;
}

button {
background-color: #E0248A;
color: #CC3083;
min-height: 80px;
width: 400px;
margin:10px;
box-shadow: 4px 4px #ffffff;
border-radius: 40px;
font-weight: bolder;
justify-content: center;
text-align: center;
font-size: 1.5em;
padding: 0 35px 0 35px;
color: #550068;
}

.links {
color: #C5EC56;
font-weight: bolder;
font-size: 1em;
}
