body {
  background-image: url('/image/QVDbcz3.gif');
  font-family: 'Verdana', Sans-Serif;
  font-size: 13px;
}

.swanky-and-moo-moo-regular {
  font-family: "Swanky and Moo Moo", cursive;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Swanky and Moo Moo", cursive;
  margin: 5px;
}

p {
  margin: 5px;
}

.rightlink {
  color: #385ffc;
  text-decoration: none;
  transition: 0.4s;
  }
      
.leftlink {
  color: #3342cc;
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  letter-spacing: 3px; 
  text-decoration: underline;
	animation: hoverboard 0.5s;
  }

@keyframes hoverboard {
  from {letter-spacing: 1px;}
  to {letter-spacing: 3px; text-decoration: underline;}
}

section {
  margin: auto;
  border: 1px solid #561da1;
  border-radius: 5px;
  padding: 7px;
  background-color: black;
  box-shadow: #2b015e inset 0 0 5px, black 0 0 1px;
  display: block;
  max-width: 750px;
}

.holder {
  background-color: white;
  background-image: url('/image/plaid2.jpg');
  border: 1px solid #ac85de;
  display: block;
  border-radius: 5px;
  padding: 5px;
}

.message {
  width: 480px;
}

.left {
  display: block;
  padding: 7px;
  width: 150px;
}

.right {
  display: block;
  width: 330px;
  height: 280px;
  overflow: auto;
}
.flex {
  display: flex;
}

.kanade {
  position: absolute;
  transform: translate(850px, 0px);
}

@media (max-width: 800px){
  .kanade{
    display: none;
  }
  .message{
    width: 100%;
  }
}