body {
	scroll-behavior: smooth;
	margin: 0;
	background-attachment: fixed;
    text-align: center;
}

.main {
  padding: 16px;
  margin-top: 10px;
  margin-bottom: 50px;
  height: auto;
  max-width: 70em;
  text-shadow: 1px 1px AntiqueWhite;
  background-image: url('pics/pl_bg.png');
  	box-shadow: 0px 0px 7px #555;
	border-radius: 5px;
}

.mainind {
  padding: 16px;
  margin-top: 10px;
  margin-bottom: 50px;
  height: auto;
  max-width: 50em;
  text-shadow: 0px 1px AntiqueWhite;
  background-image: url('pics/pl_bg.png');
  	box-shadow: 0px 0px 7px #555;
	border-radius: 5px;
}
	
.mainid4 {
  padding: 16px;
  margin-top: 10px;
  margin-bottom: 50px;
  height: auto;
  max-width: 70em;
  font-family: Trajan;
  text-shadow: 1px 1px AntiqueWhite;
  background-image: url('pics/pl_bg.png');
  	box-shadow: 0px 0px 7px #555;
	border-radius: 5px;
}

.maincontact {
  padding: 16px;
  margin-top: 10px;
  margin-bottom: 50px;
  height: auto;
  max-width: 50em;
  text-shadow: 1px 1px AntiqueWhite;
  background-image: url('pics/pl_bg.png');
  	box-shadow: 0px 0px 7px #555;
	border-radius: 5px;
}

.header {
  padding: 20px 1px;
  background: linear-gradient(#333, #555);
  position: fixed;
  /*top: 0;*/
  width: 100%;
  color: #f1f1f1;
 }

div {
  font-family: Plato;
  margin: auto;
}

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

h1 {
  color: #e21313;
  font-family: Greek;
  font-size: 25px;
  letter-spacing: 1px;
  text-shadow: 0px 1px 0px black;	
}
	
a {
  color: saddlebrown;
  font-size: 1em;
  text-decoration: underline;
  text-decoration-color: rgba(146, 44, 0, 0.3);
 }
	
a:hover {
  color: #e21313;
  text-decoration: none;
}

	
/* SCrollbar width */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #83732d; 
}

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