/*element selectors*/
html {
    background-color: rgb(255,255,238);
    font-family: Georgia, Times New ;
}
body{
    width:98%;
    margin:auto;
}
/*multiple tag selectors*/
h1, h2, h3 {
    font-family: 'Times New Roman', 'Georgia';
    color: #444;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd; /* Example border */
}
img,video, embed, audio{
    max-width: 60%
}

aside{
    text-align:center
}
/* deswedant selectors*/
body {
    font-family: Georgia, Times New ;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9; 
    color: #333;
    line-height: 1.6;
}

nav {
    background-color: #333;
    padding: 10px 0;
    text-align: center;
}

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

nav li {
    display: inline;
    margin: 0 15px;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 5px;
}

nav a:hover {
    background-color: #555;
}

/*classes*/
.floatRight {
    float:right;
    padding: 8px;
}
.floatLeft{
    float:left;
    padding:8px;
}
figure {
    margin: 20px auto;
    text-align: center; 
}

figure img, figure video, figure audio, figure iframe {
    max-width: 90%; 
    height: auto;
    display: block;
    margin: 10px auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

figcaption {
    font-style: italic;
    color: #777;
    margin-top: 5px;
}
a {
  color: #007bff;
  text-decoration: none; 
}

a:hover {
  text-decoration: underline;
}
#habitat_info {
    font-family: 'sofia' ;
    background-color: rgba(217, 255, 178, 0.23);
    padding: 15px;
    border-left: 5px solid #789064; 
    color: #333;
}
body {background-color:rgba(217, 255, 178, 0.23);}

@font-face {
  font-family: 'Georgia';
  src: local('Georgia'); 
  unicode-range: U+0000-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

body {
    font-family: 'Georgia', 'Times New' ;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9; 
    color: #333;
    line-height: 1.6;
}
/*id selectors*/