h2 {
    color: red; 
    font-family: copperplate; 
    font-weight: normal; 
    border-style: solid; 
    border-color: black; 
    border-width: 5; 
    background-color: lightblue;
    }
#airbnbElement {
    font-style: italic;
    }
.odd {
    background-color: lightgrey;
    width: fit-content;
    }