*{
    font-family: Lato;
    
}

body{
    height: 100vh;
    margin: 0px;
    padding: 10px;
    background-color: gray;
}

#content{
    max-width: 1280px;
    display: block;
    width: 100%;
    margin: auto;
    background-color: white;
    border-radius: 10px;
}

#banner{
    display: block;
    width: 50%;
    margin: 10px auto;
    max-width: 1000px;
}

h4{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 100px;
}

p{
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-top: 100px;
    margin-bottom: 100px;
}

hr{
	margin-top: 100px;
    width: 350px;
    color: rgba(0, 0, 0, 0.72)
}

h6{
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo_klein{
    display: block;
    margin: 10px auto;
    width: 20%;
    max-width: 125px;
}

#fb{
    float: right;
    padding-right: 30px;
    bottom: 30px;
    width: 10%;
    max-width: 144px;
    min-width: 100px;
}

#ph_down{
    background-color: white;
    height: 30px;
    padding-bottom: 30px;
    max-width: 1280px;
    display: block;
    width: 100%;
    margin: auto;
    border-radius: 10px;
}