@import "/css/general.css";
@import "/css/thumb.css";

.btn-penthouse-pets {
    width: 100%;
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
    color: white;
    background-color: #CFB052;
    font-family: Oswald;
    font-size: 1.5rem;
    transition: background-color 0.3s;
    margin-top: 1rem;	
}

.btn-penthouse-pets:hover {
    background-color: #AD9030;
}