body {
     /*  background-color: #fff9d7; */
    background-image: url('https://taylorg1884.stoutmartech.com/exercises/biography-visuals/images/background.jpg')
}


h1 {
    background-color: #165b62;
    color: #fed25a;
    font-family: 'Bubblegum Sans', cursive;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
}


h2 {
    background-color: #165b62;
    color: #fed25a;
    font-family: 'Bubblegum Sans', cursive;
    font-size: 34px;
}


h3 {
    font-size: 24px;
    color: #333; 
    font-family: 'Bubblegum Sans', cursive; 
}


p {
    font-size: 16px; 
    font-family: Arial, Helvetica, sans-serif; 
    margin-left: 20px; 
    line-height: 1.5; 
}

li {
    margin-bottom: 10px; 
}

footer {
    text-align: center;
}

.feature {
    color: #165b62;
}

nav p {
    font-weight: bold;
    text-align: center;
}

h1, h2, h3 {
    font-family: 'Bubblegum Sans', cursive;
}
p {
    margin-bottom: 20px;
}

h1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

h3 {
    border-bottom: 2px solid #000; 
}

h1 {
    background: linear-gradient(to right, #FFA500, #FFD700);
    color: #fff; 
}
.feature-box {
    width: 800px; 
    margin: 0 auto; 
    background-color: #e0e0e0; 
    padding: 20px; 
    margin-bottom: 20px; 
}
a:link {
    color: #ffffff
}
a:link hover {
    color: #ffffff
} 
a:link active {
    color: blue
}