html {
font-family: 'Alegreya Sans', sans-serif;
}
body {
  background-image: linear-gradient(to bottom right, honeydew, lemonchiffon);
    background-repeat: no-repeat;
    height: 100%;       
}
a {
    color:#301d1d;
}
a:hover {
    color:mediumpurple;
}
.content {
    text-align: center;
    padding-top: 200px;
    color: #301d1d;
}
