body {
  background-color: white;
  background-image: url('/image/xnEsriy.gif');
  font-family: 'Verdana', Sans-Serif;
}

section {
  margin: auto;
  max-width: 700px;
  overflow: auto;
  border: 3px solid #e378d8;
  border-radius: 5px;
  padding: 4px;
  background-color: white;
  height: 500px;
}

.main {
  margin: auto;
  height: 85%
}

a {
  color: #fa165b;
  transition: 0.3s;
}

a:hover {
  color: #c70841;
  letter-spacing: 2px;
}

.holder {
  display: flex;
  height: 100%;
}

.left {
  margin: 5px;
  width: 60%;
}

.right {
 margin: 5px; 
 width: 50%;
}

iframe {
 border: 1px solid #2d1b45;
 border-radius: 5px;
}

.list {
 border: 1px solid black;
 padding: 5px;
 border-radius: 3px;
 height: 225px;
 overflow-y: auto;
 box-shadow: #ff2950 inset 0 0 7px, #ffffff 0 0 1px;
}

.other{
 margin: 5px;    
}