section .container {
    /*background-image: url("../images/background.jpg");
    background-repeat: repeat;
    background-size: 100%;*/
    padding-top: 20px;
    padding-bottom: 30px;
}

.homeUserAgreement {
    background: white;
    width: 100%;
    height: 400px;
    overflow: scroll;
}

.card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid white;
    color: black;
}

.fitImg {
    width: 100%;
    height: auto;
}

.pe-show {
    cursor: pointer;
}