body {

}

div {
	    display:block;
    padding:3.3%;
}

h1 {
    color: white;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 70px;
}

p {
	text-align: left;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color:white;
}

html {
  height: 100%;
  background-image: -webkit-linear-gradient(45deg, #00a8c5, #ffff7e);
  background-image: linear-gradient(45deg, #00a8c5, #ffff7e);
  background-size:100%;
}

li {
    font-size: 20px;
    font-weight: 400;
    color:white;
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;

}

li:hover {
    font-size: 20px;
    font-weight: 700!important;
    color:white;
    text-decoration: none;
}

a, a:visited, a:active {
  color: inherit;
}