header {
border-bottom: 2px solid transparent;
border-image: linear-gradient(90deg, transparent, #73ced1, transparent) 1;
padding-top: 10px;

}

header a {
text-decoration: none;
padding: 20px;
font-size: 25px;
}

body {
min-height: 100vh;
background: linear-gradient(180deg, #0a0a0a, #1a2030);
color: #e8e8e8;
font-family: "Space Grotesk", sans-serif;
}

a { 
font-family: "Audiowide", sans-serif;
color: #73ced1; 
}

h1 {
text-align: center;
}

ul { 
list-style: none; 
padding: 0; 
} 

main { 
max-width: 800px;
margin: auto;
text-align: center;
padding-top: 50px; 
}
