/* this is the css for the index page */

body {
  background-image: linear-gradient(#fff, #FFEBEB);
  background-attachment: fixed;
  background-size: cover;
  /* Start https://www.cursors-4u.com */
	cursor: url(https://cur.cursors-4u.net/mechanics/mec-5/mec411.ani),
		url(https://cur.cursors-4u.net/mechanics/mec-5/mec411.png), auto !important; /* End https://www.cursors-4u.com */
  
  font-family: helvetica neue, sans-serif;
  font-weight: 300;
  text-transform: lowercase;
  font-size: 0.8em;
  color: #775C3F;
  letter-spacing: -.5px;
}
.main {
 display: block;
 position: relative;
 background-color: white;
 margin-top: 300px !important;
 margin: auto !important;
 width: 450px;
 height: 300px;
 overflow-y: scroll;
 border: 4px ridge white;
 box-shadow: 0 0 9px #946A6A;
}
.text {
  text-align: center;
  margin: auto;
}
a, a:visited {
  color: #7E3A3E;
  text-decoration: none;
}
a:hover, a:active {
  font-style: italic;
  text-decoration: none;
  font-weight: normal;
}
img {
  border: 4px ridge white;
}
table {
  text-align: center;
  table-layout: fixed;
  width: 100%;
}
::-webkit-scrollbar {
  width: 0 !important; height: 0 !important;
}