@charset "UTF-8";
#rental {
    background-image: url(../image/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
#rental h1 {
    text-align: center;
    font-size: 3em;
    color: hsla(0,0%,100%,1.00);
}
#rental article {
    color: hsla(0,0%,100%,1.00);
    text-align: center;
    line-height: 28px;
}
