/* TOP */
.top {
    padding: 0 15px;
    position: relative;
    min-height: 405px;
}

.info {
    align-items: flex-start;
    gap: 15px;
}

.balance {
    border: 1px solid white;
    border-radius: 25px;
    display: inline-block;
    padding: 15px;
    background-color: #ffffff55;
    text-align: center;
}

.house-wrapper {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
}

.house {
    background: url(assets/images/b3ccd57b054a73af1a0d281265b54ec8\ \(3\).png);
    background-position: center;
    width: 439px;
    height: 395px;
}

.owner {
    margin-top: -90px;
    color: red;
    width: 20ch;
}

.owner-title {
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
}

.owner-name {
    text-align: center;
}

.renter {
    color: black;
    text-align: center;
    align-self: flex-end;
    padding-bottom: 90px;
}

.renter-name {
    color: blue;
    font-weight: bold;
}

.renter1, .renter2 {
    position: absolute;
}

.renter1 {
    right: 84px;
    bottom: -45px;
}

.renter2 {
    left: 80px;
    bottom: -45px;
}

.items {
    background-color: white;
    border-radius: 25px;
}

.items:first-child {
    margin-top: 15px;
}

/* BILLS */

.bills {
    background-color: #0000006f;
    border-radius: 35px;
    padding: 15px 0;
    margin: 15px;
    position: relative;
}

.average {
    position: absolute;
    top: 15px;
    left: 10px;
}

.bills:not(:first-child) {
    margin-top: 15px;
}

h3:not(:first-of-type) {
    margin-top: 66px;
}

.item-date {
    text-align: center;
    color: black;
}