
@font-face { font-family: Spark; src: url('Spark - Bar - Narrow.otf'); } 

html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100%;
}

div {
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 40px;
}

body {
    color: #0C1F31;
    background: #fff;
    font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
}

ul {
  list-style-type: none;
  padding: 0px;
}

h1 {
    font-size: 120px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 120px;
}

p {
    width: 900px;
    font-size: 24px;
    font-weight: 400;
    margin: auto;
    line-height: 35px
}

a {
    background-color: transparent;
    outline: 0px;
}

footer{ 
	padding: 43px 10px 40px; 
}

.sparkline {
  font-family: 'Spark', Fallback, sans-serif;
}

.pretty {
    text-decoration: none;
    color: white;
    display: inline-block;
    background-size: 120% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: all 0.15s cubic-bezier(0.68, -0.25, 0.265, 1.25);
    background-image: linear-gradient(45deg, #FD8BA9, #9A94E8, #2EDBF8, #F5F1C8, #FD8BA9, #FF2687);
}

.morepretty {
    background-image: linear-gradient(45deg, #F2C94C, #FF2687);
}

.pretty:hover {
    background-image: linear-gradient(45deg, #F2C94C, #FF2687) !important;
}


