{}body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #d5b8ff;
  font-family: "Comic Sans MS", "Comic Sans";
  color:white
  }
  
  a {
  color: inherit
}
img {
  max-width:1000px;
}
h1{
  color:#F4EBC2
}
.highlight{
  background-color: rgba(255, 218, 143, 0.3)
}

.menu{
  background-color: #8D7CBE;
  position: sticky;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 5;
}
.header{
  background: repeating-linear-gradient(
  45deg,
  #AEE4FB,
  #AEE4FB 10px,
  #CFF8D4 10px,
  #CFF8D4 20px
);
  text-align:center;
  border-radius:8px 8px 0px 0px;
  display:flex;
  justify-content: space-evenly;
  align-items:center;
  border-bottom:2px solid #8D7CBE;
}
.headertitle {
  font-size:25px;
  font-weight:bold;
  color:#F4EBC2;
  text-shadow: -1px -1px 0 #8D7CBE, 1px -1px 0 #8D7CBE, -1px 1px 0 #8D7CBE, 1px 1px 0 #8D7CBE;
}
.content{
  display:flex;
  flex-direction: column;
  gap:10px;
  color:black;
  z-index:0;
  padding:10px;
}

.box {
  color: #fff9e7;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #8D7CBE, #BDA0DA);
  border: 2px solid #8D7CBE;
  }
.sectiontitle{
  display:block;
  color: #8D7CBE;
  background-color: #F4EBC2;
  font-size:15px;
  text-align: left;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding:10px;
  height:auto;
  font-weight: bold;
  border-bottom:2px solid #8D7CBE;
  border-radius: 4px 4px 0 0;
}
.boxtext {
  padding:10px;
  text-align: center;
}
.contentflex{
  display: flex; 
  gap: 10px;
  align-items:stretch;
}
.title{
  margin: 0px -10px 0px -10px ;
  color: #8D7CBE;
  background-color: #F4EBC2;
  font-size:15px;
  text-align: left;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding:10px;
  height:auto;
  font-weight: bold;
  border-top:2px solid #8D7CBE;
  border-bottom:2px solid #8D7CBE;
}

.warningbox {
  color: #8D7CBE;
  padding: 10px;
  background-color:#F4D9C7;
  border-radius: 10px;
  border: 2px solid #8D7CBE;
  }
  .warningbox h1{
    background-color:rgba(141, 124, 190, 0.5)
  }

.gallery{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items: center;
  justify-content: center;
}
.artgaleryimage{
  height:300px; 
}
