:root {
    font-size: 16px;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 70%;
    margin: auto;
    color: rgb(221, 221, 221);
    background-color: rgb(17, 17, 17);
}

h1 {
font-size: 2rem;
}

h2 {
font-size: 1.6rem;
}

a{
    color: rgb(103, 179, 255);
    text-decoration: none;
}

a:hover{
	color: rgb(176, 216, 255);
}

