* {
    padding: 0;
    margin: 0;
}
:root {
    font-family: 'Antarctica Trial';
    font-size: 120%;
  }
body {
    background-color: black;
    color: blue;
    margin: 2rem;
}
h1 {
    font-size: 1.2rem;
    font-weight: 200;
    padding-bottom: 0.6rem;
}
ul {
    font-size: 5.5rem;
    font-weight: 100;
    line-height: 1;
    list-style: none;
}
li {
    display: inline;
}
a{
    color: blue;
    text-decoration: none;
}
a:hover {
    text-decoration: underline 0.3rem;
}