/* CSS Document */

body {
  background-color: rgb(0, 128, 255);
  margin: 0vh;
  font-family: Arial, sans-serif;
 
}

.header {
z-index: 1;
  position: fixed;
  padding: 10px;
  width: 100%;
  top: 0px;
   background-color: none;
   color: #66b3ff; 
  font-size: 3vh;
  text-align: right;
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #0080ff;
  color: #66b3ff; 
  font-size: 1.8vh;
  border-top:2px solid #3399ff;
  text-align: right;
}


.contents {
    position: relative;
    border: 0px solid #3399ff;
    margin: 20px;
    padding: 10px;
    font-weight: 100;
    width: 95%;
    box-sizing: border-box;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;

}

h1{
font-size: 1.2em;
color: font-color #cce6ff; 
}

h2{
font-size: 1.4em;
color: #cce6ff;
}

h3{
font-size: 1.8em;
color: #b3d9ff;
}


h4{
font-size: 2.1em;
color: #b3d9ff;
}

h5{
font-size: 1em;
weight:lighter;
color: #0000ff;
}

p{
font-size: 1.1em;
color: #ffffff;
}

link { color: #b3d9ff;
text-decoration: underline;}

a:link { color: #b3d9ff;
text-decoration: underline; }

a:visited { color: #b3d9ff; 
text-decoration: underline;}

a:hover { color: #66d9ff; 
text-decoration: underline;
}


div.scroll-search {
  background-color: rgb(0, 128, 255);
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}


div.scroll-search img {
  padding: 10px;
border-radius: 5px;
}

  
div.fixed {
  position: fixed;
  right: 10px;
  padding: 10px;
  margin: 20px;
  width: 70px;
  border: 0px solid #3399ff;
  border-radius: 4px;
  background-color: #3399ff;
  color: #80bfff; 
  text-align: center;

}


div.gallery {
  padding: 5px;
  border: 0px solid none;
  background-color: rgb(0, 128, 255);
  width: 80%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

div.gallery img {
  width: 100%;
  height: 100%;
}


div.desc {
  padding-bottom: 15px;
  text-align: center;
  font-size: 0.9em;
  color: #cce6ff;

}

div.gallery-title {
  margin: 0px;
  padding: 0px;
  border: 0px solid none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  bottom:20px;
}


img { max-width: 100%; 
} 


div.gallery-search {
  padding: 0px;
  border: 0px solid none;
  background-color: none;
  width: 80%;
  margin-top: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;

}
div.gallery-search img {
  width: 100%;
  height: 100%;
}


div.gallery-search2 {
  padding: 0px;
  border: 0px solid none;
background-color: rgb(0, 128, 255);
  width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;

}
div.gallery-search2 img {
  width: 100%;
  height: 100%;
}

div.gallerymultiple {
 background-color: rgb(0, 128, 255);
  padding: 3px;
  width: 30%;
  border: 0px solid none;
  float: left;
  margin-left: 15px;
  z-index: -1;

}
div.gallerymultiple img {
  opacity: 0.5;
}

div.gallerymultiple img:hover {
  opacity: 1;
}

.gallerymultiple-center {
  margin-left: auto; 
  margin-right: auto;
}


div.text {
        font-size: 1.7vh;
         margin: 0px;
         padding: 5px;
         color: #ffffff;
         border: 0px solid none;
         background-color: rgb(0, 128, 255);
         width: 80%;
         margin-left: auto;
         margin-right: auto;
   
}


div.center-block {
display: block;
block-size: fit-content;
width: fit-content;
padding: 10px;
 border: 0px solid none;
 margin-top: 200px;  
 margin-left: auto;
 margin-right: auto;


}


div.serp {
         margin: 10px;
         padding: 5px;
         border: 0px solid #b3d9ff;
         background-color: rgb(0, 128, 255);
          width: 80%;
         margin-left: auto;
         margin-right: auto;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

table.center {
  margin-left: auto; 
  margin-right: auto;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: 0080ff; 
border-radius: 7px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #4da6ff;
border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #80bfff;
}

::-webkit-scrollbar-corner{
    background: #0080ff;
}




<!— div {
    cursor:none;} -->