body {
    background-color: lightgrey;
}

h1 {
    font-weight: bolder;
    color:green;
}

p {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

#home_button {
    color: red;
}

.rounded_image {
    border-radius: 50%
}

h5 {
    font-weight:500;
}

#card_row {
    margin-top: 10px;
}


#yosemite_para {
    margin-top: 10px;
}

.acc_text {
    color: green;
}

a:hover {
    background-color: yellow;
    font-size: 18px;
}


#footer {
    margin-top: 10px;
}

/* 6) new CSS rules that each individually override one or more default Bootstrap CSS rules. */

.card-body{
    border-radius: 25px;
    font-family:Arial, Helvetica, sans-serif;
}

.accordion-button {
    font-weight: bolder;
}

.btn{
    border: 2px solid black;
}

.card {
    border-radius: 25px;
}

.card-img-top {
    border-radius: 25px;
}

.form-control {
    background-color: lightskyblue;
}