@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

body, html {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
  background-image: url("a3.png");
	color: black;
  border-color: black;
	font-family: 'helvetica', sans-serif;
	font-size: 12px;
  width: 640px;
}

img {
	max-width: 100%;
}

.page {
	padding: 15px;
background: lavender;
  height: 100%;
}

.page h1:first-child {
	margin-top: 0;
}

.header-image {
	height: 200px;
	margin: auto;
	display: block;
}

.wrapper {
	margin: auto;
	width: 640px;
  height: 480px;
}

.menu {
	  width: 640px;
    color: black;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    word-spacing: 18px;
background: lightyellow;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}


.menu a {
	color: black;
    font-weight: regular;
    font-size: 12px;
    text-decoration: none;
}

.menu a:hover {
	color: white;
    background: black;
}
.main {
	height: 480px;
	width: 450px;
    margin-left: 190px;
    background: white;
    border-style: solid;
    border-width: 1px;
	position: static;
    border-radius: 5px;
}

.main iframe {
	border: black;
	border: 2px;
	position: absolute;
	width: 450px;
	height: 480px;
    border-radius: 5px;
}

.sidetop {
	height: 480px;
	width: 180px;
    float: left;
    border-style: solid;
    border-width: 1px;
	  position: static;
    overflow: hidden;
      border-radius: 5px;
}

.imgwrapleft {
    float: left;
}

.scroller {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 20px;
	background: #FFF;
	margin-top: 6px;
	overflow: hidden;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
}

.marquee span{
	white-space: nowrap;
}

h1, h2, h3, h4, h5 {
	font-size: 12px;
    text-align: left;
}

h1 {
	border-bottom: 1px solid black;
        font-weight: bold;
}

h2 {
	border-bottom: 1px dotted black;
            font-weight: 400;
}

a {
	color: blue;
}

a:hover {
	color: white;
    background: blue;
}

.footer {
    color: black;
    font-size: 12px;
    text-align: center;
}

.footer a {
    color: blue;
    font-size: 12px;
    text-align: center;
}

.footer a:hover {
    color: white;
    font-size: 12px;
    text-align: center;
}

.minigalleryimg {
    width: 100%
}

.mainiframe {
    width: 100%;
    height: 100%;
}

.recent-image img {
width: 55px;
height: 51px;
border: 1px solid;
		}
.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #ccc;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}