* {
    margin: 8px;
}
html {
    background-color: aliceblue;
    font-family:
        trebuchet MS,
        geneva,
        sans-serif;
}

body {
    width: 93%;
    margin: auto;
}

.floatright {
    float: right;
    padding: 10px;
}
.floatleft {
    float: left;
    padding: 10px;
}
.solidborder {
    border: solid aliceblue 4px;
    padding: 9px;
}

nav ul {
    list-style: none;
}

nav ul li a {
    text-transform: lowercase;
    font-size: small;
    color: darkgreen;
}

h1,
h2 {
    font-family: sans-serif;
    text-align: center;
    color: rgb(255, 177, 0);
}

img,
video,
embed {
    margin: auto;
}

p {
    margin: 10px;
    color: black;
    font-size: 10px;
    font-family: Geneva;
}

p.border {
    border-style: solid;
    border-width: medium;
    border-color: black;
}
