
body {
    color: blue;
    flex-direction: column;
    background-color:black;
    margin: 2rem;
}
ul {
    font-size: 8.6rem;
    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;
}

/* Mobile */
@media (max-width: 430px) {
	ul {
    font-size: 13.2rem;
	}
}