body {
  background-image: url("/assets/windmills.gif");
  color: #160b42;
  font-family: Courier;
}

.charabox {
position:absolute;
left:300px;
top:10px;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  padding: 10px 24px;
  background-color: #6f59c9;
  color: lavender;
  border: 2px solid #6f59c9;
}

.button1:hover {
  padding: 15px 24px;
  background-color: #b99fd6;
  color: white;
}

.button2 {
  padding: 10px 24px;
  background-color: #6f59c9;
  color: lavender;
  border: 2px solid #6f59c9;
}

.button2:hover {
  padding: 15px 24px;
  background-color: #b99fd6;
  color: white;
}

.button3 {
  padding: 10px 24px;
  background-color: #6f59c9;
  color: lavender;
  border: 2px solid #6f59c9;
}

.button3:hover {
  padding: 15px 24px;
  background-color: #b99fd6;
  color: white;
}

.button4 {
  padding: 10px 24px;
  background-color: #6f59c9;
  color: lavender;
  border: 2px solid #6f59c9;
}

.button4:hover {
  padding: 15px 24px;
  background-color: #b99fd6;
  color: white;
}

.button5 {
  padding: 10px 24px;
  background-color: #6f59c9;
  color: lavender;
  border: 2px solid #6f59c9;
}

.button5:hover {
  padding: 15px 24px;
  background-color: #b99fd6;
  color: white;
}


body {
  padding: 20px;
}
.demo > div {
  width: 130px;
  height: 110px;
  background-size: cover;
}
.demo {
  width: 800px;
  overflow: hidden;
}

.demo2 > div {
  width: 130px;
  height: 110px;
  background-size: cover;
}
.demo2 {
  width: 800px;
  overflow: hidden;
}

.box {
    justify-content: center;
    align-items: center;
   display: flex;
}

.box2 {
  float: left;
  margin-right: 15px;
  width: 150px;
  height: 100px;
  border-radius: 5px;
  background-color: rgb(207 232 220);
  padding: 1em;
}

body {
  font-family: sans-serif;
  margin: 0;
}
header {
  background-image: url("/assets/spacebg.gif");
  height: 50px;
}
h1 {
  text-align: center;
  color: white;
  line-height: 100px;
  margin: 0;
}
container {
  zoom: 0.8;
}
article {
  padding: 50px;
  margin: 10px;
  rgba(255, 193, 181, 0.3);
}
containerchar {
  padding: 20px;
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
}

containerart {
  padding: 5px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

containerchardeets {
  display: flex;
  flex-direction: column;
}


/*.bg-blend {
/*  \\background-image: url(/assets/yayyy.gif);
/*  background-color: #B7ABE8;
/*  background-blend-mode: multiply;
/*}

/*.bg-blend2 {
  background-image: url(/assets/yayyyflipped.gif);
  background-color: #B7ABE8;
  background-blend-mode: multiply;
}


