@charset "UTF-8";
#hero {
    height: 100vh;
    background-image: url(../image/langing_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 175px;
}
#hero h1 {
    text-align: center;
    font-size: 5em;
    color: hsla(0,0%,100%,1.00);
    margin-bottom: 0px;
    line-height: 75px;
}
#hero h2 {
    color: hsla(0,0%,100%,1.00);
    font-size: 2em;
    text-align: center;
    margin-top: -8px;
}
