/* Style for the container of the text */
.home_first_paragraph {
    /* background-color: #f5f5dc;  */
     /* Maroon border */
    /* border: 2px solid maroon; */
    padding: 20px; /* Add some space inside the box */
    margin: 10px 0; /* Add some space outside the box */
}


/* Style for the 'Attribution' heading */
.home_first_paragraph h1 {
    color: #ff7b1c; /* Orange color for the h1 element */
}

.home_first_paragraph a {
    color: #ffc21c; /* Orange color for the p element */
}