<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">figure {
    text-align: center;
}

img {
    max-width: 100%;
    background-color: rgba(75,134,180, 1);
}
 
body{
    background-image: url("bikebackground.jpg");  
    margin: 2%; 
    padding: 0;
}

.header{
    font-family: "georgia", serif;
    background-color:  rgba(173,203,227, 0.6);
    text-align: center;   
}

a:hover {
    background-color: black;
    text-transform: uppercase;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}

h1.header {
    text-transform: capitalize;
    margin: 3%;
    padding: 0;
}

p {
    text-indent: 2.5%;
    text-align: left;
    margin: 3%;
    padding: 0;
}



cite{
    font-size: xx-small;
}

figure.formpic,
figure.nishiki{
    vertical-align: top;
}

img{
    max-width: 100%;
    border-radius: 5%;
}

figure{
    border-radius: 5%;
    border-style: solid;
    max-width: 50%;
    text-align: center;
}

figcaption{
    text-align: center;
}

nav a:link{
    background-color: #fff;
    color: #009;
    text-decoration: none;
}

nav a:hover{
    text-decoration: underline;
}


tr:nth-child(odd){
    background: rgb(187, 197, 206);
}

tr:nth-child(even){
    background: rgba(100, 121, 138, 1);
}

tr .cite{
    background: none;
}

table
{
    padding: 1%;
    border-collapse: collapse;
    border: solid rgb(255, 255, 255);
    border-style: double;
    /* width: 80%; */
    text-align: center;
}

tr,td{
    border-radius: 5%;
    padding: .2em;
    border-style: none;
    border: solid rgb(255, 255, 255);
}

th{
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}

li:nth-child(odd){
    background: rgb(187, 197, 206);
}

li:nth-child(even){
    background: rgba(100, 121, 138, 1);
}

form &gt; p{
    text-indent: 2.5%;
}

form{
    text-align: center;
}

</pre></body></html>