body {
    background-color: #fcf2ef; 
    font-family: optima, sans-serif;
    text-align: center;

}

.centered-list {
    display: flex;
    justify-content: center;
}

.centered-list ol {
    list-style-position: inside;
    padding: 0;
    text-align: left;
}


.navigate {
    background-image: url("https://img.freepik.com/premium-photo/elegant-abstract-composition-featuring-floral-elements-pastel-colors-gold-accents-creating-sophisticated-artistic-design_797688-6000.jpg");
    border-bottom: 4px solid #22453c;
    padding: 30px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1{
    text-align: center;
    padding: 12px;
    font-size: 40px;
    line-height: 25px;
    font-family: brush script mt, cursive;
}

h3{
    text-align: center;
    padding: 12px;
    font-size: 30px;
    line-height: 25px;
    font-family: brush script mt, cursive;
}

.content {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px auto;
    width: 80%;
}

mark {
    background-color: #cecfc1;
}

.links {
    list-style-type: none;
    margin: 0;
    background-color: #758e88 ;
    overflow: hidden;
}

#lines {
    float:center;
    border: 1px solid #22453c;
}

#lines a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
}

#lines:hover {
    background-color:#eee2dc;
}

.content img {
    height: 370px; width: 250px;
    border-radius: 10px;
    border: 3px solid #22453c;
}

.content p {
    line-height: 1.6;
    font-size: 16px;
    max-width: 60%;
}

.table img {
    height: 100px; width: 100px;
}

.table {
    width: 80%;
    margin: 20px auto;
}
        
.table table {
    border: 2px solid #22453c;
}

.table th, .table td {
    padding: 15px;
    border: 2px solid #22453c;
    text-align: center;
}
        
.table th {
    background-color: #e4b59f;
}

.video-container {
    text-align: center;
    margin-top: 20px;
}

.table a {
    font-size: 10px;
    font-style: italic;
    text-align: left;
}

#hobbyvid {
    height: 300px;
    width: 500px;
    border: 2px solid #22453c;
    border-radius: 10px;
}

.video-container p {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

iframe  {
    width: 900px;
    height: 300px;
    border: 2px solid #22453c;
    border-radius: 9px;
} 

hr {
    border: 2px solid #22453c;
}