


* {
margin: 0;
padding: 0;
border: 0;
font-family: 'Comfortaa', cursive;
font-size: 16px;
}
html, body {
height: 100%;
}
ul {
list-style-type: none;
margin: 0;
}
a {
text-decoration: none;
cursor: pointer;
}
a:link, a:visited {
color: inherit;
}
input {
border: 1px solid grey;
}



