p{
    text-align: center;
    margin: 5px auto 30px;
}

.click {
    color: inherit;
    font-size: 1em;
    font-weight: normal;
}

.click:hover{
    text-decoration: none;
    opacity: .85;
}


.rent {
    width: 300px;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.title {
    font-size: 1.6em;
    color: #fff;
    background-color: #A60F0F;
    width: 300px;
    margin:auto;
    padding: 5px;
    box-sizing: border-box;
}