*{
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: PassionOne;
    font-weight: 100;
}
@font-face{
    font-family: PassionOne;
    src: url(../font/PassionOne-Regular.ttf)
}
body{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}
h1, h2, h3, header{
    color: #000000;
}
.footer{
    background-color:#000000;
    color: #ffffff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    float: left;
    clear: both;
}
.footer_address, .footer_billing, .footer_contactinfo{
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    float: left;
    font-size: 18px;
    font-weight: bold;
}
.footer_logo {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    width: 150px;
    float: left;
}
.footer_partnerlogo{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    width: 140px;
    float: right;
}
#luotettavakumppani_logo{
    width: 130px;
}
.footer h3{
    color: #BEBEBE;
    text-align: left;
}
.footer p{
    text-align: left;
}
.footer_partnerlogo p{
    color: #BEBEBE;
}
.lisasivu{
    place-items: center;
    float: center;
    align-content: center;
    margin-left: 10%;
    width: 80%
}