@charset "utf-8";

/*element selectors*/

.html {
    margin-top: 50px;
    margin-left: 150px;
    margin-right: 150px;
}
/*element selectors*/

html {
    background-color: rgb(255, 255, 255);
    font-family: helvetica, arial, verdana, sans-serif;
}

a {
  color: brown;
}

.p {
    font-size:16px;
    line-height:150%;
    font-family: helvetica, arial, verdana, sans-serif;
}

li {
    font-size: 14px;
}

figure {
    display: block;
    width: 420px;
}

figcaption {
    font-size: 0.875em;
    font-weight: bold;
    text-align: left;
    display: block;
    margin-top: 0.5em;
}

/* multiple tag selectors*/

img, video, embed {
    max-width: 100%;
}

.h1 {
    color: brown;
    font-family: DynaPuff, helvetica, serif;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: center;
}

.h2 {
    color: #0c580f;
    font-family: Oswald, helvetica, serif;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: center;
}

.h3 {
    color: darkorange;
     font-family: DynaPuff, helvetica, serif;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: center;
}
/*descendant tag selectors*/

nav ul li {
    margin: 2px;
    padding: 3px;
    list-style-type: none;
}

figure img {
    box-shadow: 1px 1px 15px #999999;
}

p > span {
    font-weight: bold;
}

/*id selectors*/

#habitats, pre {
    font-weight: bolder;
    text-align: center;
}

/*class selectors*/

.image_border {
    border: 3px solid blue;
}

.floatleft {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.roundedCorners {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    border-radius: 50px;
    margin-bottom: 5px;
    margin-right: 15px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

p {
    font-size:16px;
    line-height:150%;
    font-family: georgia, baskerville, serif;
}

li {
    font-size: 14px;
}

figure {
    display: block;
    width: 420px;
}

figcaption {
    font-size: 0.875em;
    font-weight: bold;
    text-align: left;
    display: block;
    margin-top: 0.5em;
}

/* multiple tag selectors*/

img, video, embed {
    max-width: 100%;
}

h1, h2 {
    color: cornflowerblue;
    font-family: 'Roboto Slab', helvetica, arial, verdana, sans-serif;
    text-align: center;
}

/*descendant tag selectors*/

nav ul li {
    margin: 2px;
    padding: 3px;
    list-style-type: none;
}

figure img {
    box-shadow: 1px 1px 15px #999999;
}

p > span {
    font-weight: bold;
}

/*id selectors*/

#habitats, pre {
    font-weight: bolder;
    text-align: center;
}

/*class selectors*/

.image_border {
    border: 3px solid blue;
}

.floatleft {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.roundedCorners {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    border-radius: 50px;
    margin-bottom: 5px;
    margin-right: 15px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}