body{
    background-color: rgb(236, 236, 236);
    line-height: 1.5;
}

#content-wrapper{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 2em;
    max-width: 650px;
}



h1{
    font-weight: 200;
    font-size: 34pt
    margin-top: 20vh;
    margin-bottom: 0;
	background: linear-gradient(141deg, rgb(94, 207, 252), #736EFE);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

@media only screen and (min-width: 768px) {
    h1{
        font-size: 62pt;
    }
    #content-wrapper{
        margin: 5em;
    }
}
 p{
    color: rgb(46, 45, 70);
    margin-bottom: 35px;
 }

 a{
    text-decoration: none;
    color: rgb(75, 130, 226);
 }

 a:hover{
     text-decoration: underline;
 }

 #bottom{
    position: fixed;
    bottom: 10px;
    color: rgb(164, 164, 187);
 }