body{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 0;
}

#hero{
    width: 592px;
    margin: 0 auto 72px;
}

#hero img{
    margin-bottom: 72px;
}

h1{
    font-family: 'Inter', sans-serif;
    font-size: 49px;
    line-height: 56px;
    font-weight: normal;
    margin-bottom: 32px;
}

h1 span{
    font-weight: bold;
}

span,a{
    color: #FF9900;
}

p, #footer{
    color: #7D7987;
    font-size: 14px;
    line-height: 28px;
}

#footer a + a{
    margin-left: 28px;
}

.line{
    border: 1px solid #ECEFF2;
    height: 0px;
    width: 568px;
    margin: 0 auto 8px;
}

#balls{
    position: fixed;
    bottom: 0;
    right: 0;
}