/* h1 p{
    font-size: 3rem;
    text-align: center;
} */
.maintext {
    font-size: 0.9rem;
    color: #a18f29;
}
.aboutphoto{
    width: 23rem;
    /* FIX: never exceed the container width on small screens */
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}
ul {
    font-size: 0.9;
    /* color: #a18f29; */
}
.favorites{
    color:#a18f29;
}