@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&display=swap');
body {
  background: #cccccc;
  background-image: url("/bakground3.png");
  color: #402330;
  font-family: "Playfair display";
}
#powerbyneo {
  display: block;
  position: relative;
  bottom: 1vh;
  margin: auto;
}
#powerbyneo:hover {
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.4);
}
#neocitieslink{
  display: block;
  width:200px;
  margin: auto;
}
#header {
  display: block;
  background-image: url('/memories.png');
  height: 380px;
  /* border: 5px ridge lightgrey; */
  border-bottom: 5px ridge lightgrey;
}
#container {
  width: 1000px;
  border: 5px ridge lightgrey;
  padding: 0px;
  margin: 3vh auto;
  margin-bottom: 5vh;
  background: #6b3396;
  background: linear-gradient(180deg, rgba(107, 51, 150, 1) 0%, rgba(148, 97, 182, 1) 100%);
  box-shadow: 0px 5px 10px rgba(204, 204, 204, 0.6);
}
#box {
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
#side {
  float: left;
  width: 170px;
  margin-top: 10px;
}
.sidebox {
  border: 3px ridge lightgrey;
}
#list1 {
  background-color: #ece9d8;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#mainboxes {
  width: 800px;
  /* height: 500px; */
  /* border: 3px solid lightgrey; */
  float: right;
  margin-top: 13px;
  margin-right: 10px;
}
#mainbox1 {
  background-color: #ece9d8;
  margin-top: 7px;
  border: 3px dashed grey;
  height: 345px;
}
#malbutton {
  width: 175px;
  margin: 10px auto;
  padding: 3px;
}
#spacebutton {
  width: 175px;
  margin: 10px auto;
  padding: 3px;
}
.boxheader {
  background: #47285e;
  background: linear-gradient(90deg, rgba(71, 40, 94, 1) 0%, rgba(205, 165, 232, 1) 100%);
  padding: 3px;
  font-size: 20px;
  letter-spacing: 2px;
  color: lightgrey;
}
h3 {
  margin: 4px;
  text-shadow: 2px 2px 10px black;
  margin-left: 10px;
}
#footernote {
  text-align: center;
  text-shadow: grey 1px 1px 3px;
  margin-bottom: 50px;
  color: white;
}
a {
  text-decoration: none;
}
a:visited {
  color: blue;
}
a:hover {
  text-shadow: 1px 1px 5px white;
}
center {
  font-size: 18px;
  padding: 5px;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 25px;
}
b {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}
li {
  padding: 10px;
  text-align: center;
}