a {
    color:firebrick;
    text-decoration: none; /*(How to Remove the Underline from Links in CSS, W3Schools)*/
    font-weight: bolder;
}
a:hover {
    color:mediumaquamarine;
}
body{
    background-color:#FAF5E0;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.center, .youtube { /*(How To Center an Image, W3Schools)*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.currentTab{
    color:red;
}
figure {
    text-align: center;
}
footer, header{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.gallery {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
h1, h2, h3, p, ul, ol {
    padding-left: 25%;
    padding-right: 25%;
}
h1 {
    color:teal;
    font-weight:bold;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h2, h3 {
    color:seagreen;
}
nav {
    font-size: large;
    font-weight: bold;
    text-align: center;
    list-style-position: inside;
    }
.youtube{
    width:560px;
    height:315px;
}