*{
    font-family: "proxima-nova", sans-serif;
}
html, body{
    margin:0px;
    padding:0px;
    background: #000;
	font-size: 20px;
}

img{
    max-width: 100%;
}

main{
    background: #fff;
    border-radius: 36px;
}

header{

    color: #fff;

    background: url("./assets/hero.svg");
    background-size: cover;

}

main{
    color: #000;
    position: relative;
    top:-64px;
}

footer{
    background: #000;
    color:#fff;
}

footer a{
    color: #808080;
}

footer ul{
    padding-left:0px;
    list-style: none;
}

strong{
    font-weight: bold;
}

header{
	position: sticky;
	top:0px;
}

h1 {
    font-size: 3.2rem;
    line-height: 110%;
    margin: 2.8rem 0 1.68rem 0;
}

h2 {
    font-size: 2.76rem;
    line-height: 110%;
    margin: 2.3733333333rem 0 1.424rem 0;
}
