* {
    font-family: 'Roboto', sans-serif;
}

html {
    font-size: 16px;
    width: 100%;
    height: 100vh;
}

li {
    line-height: 1.6em;
}

h1 {
    font-size: 3rem;
    text-align: center;
}

h1, h2, li {
	text-shadow: black 2px 2px 10px;
}

a:hover {
	text-shadow: currentColor 2px 2px 15px;
}

body {
    width: 70ch;
    margin: 0 auto;
    background: linear-gradient(to bottom, #262626, #050505) no-repeat center center fixed;
    color: white;
    padding: 20px;
    box-sizing: border-box;
}

a {
    color: rgb(0, 174, 255);
}

a:visited {
    color: #9943e9;
}