#charbtns {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 520px;
    border-radius: 15px;
    border: 4px solid white;
    background-image: url("/art/other/transp.png");
    width: 350px;
    height: 650px;
    display: flex;
    flex-direction: column;
    padding-left: 23px;
    padding-top: 23px;
  }
  
  .charbtn {
    width: 330px;
    height: 50px;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
  }
  
  #nochar {
    position: absolute;
    top: 200px;
    left: 20px;
    width: 400px;
    height: 160px;
    font-size: 40px;
    text-align: center;
    color: rgb(126, 114, 168);
    background-color: white;
    border: 5px solid rgb(154, 140, 216);
    border-radius: 15px;
    padding: 70px 0;
    opacity: 0.5;
  }
  
  #selectcharimg {
    height: 900px;
    position: absolute;
    left: -80px;
    top: 20px;
  }
  
  #selectedcharname {
    position: absolute;
    top: 20px;
    left: 950px;
    width: 300px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    color: rgb(126, 114, 168);
    background-color: white;
    border: 5px solid rgb(154, 140, 216);
    border-radius: 15px;
    padding-top: 12px;
    letter-spacing: 5px;
    opacity: 0.8;
  }

  #selectedchardescription {
    position: absolute;
    top: 100px;
    left: 950px;
    width: 500px;
    /* height: 50px; */
    font-size: 20px;
    /* text-align: center; */
    color: rgb(133, 111, 212);
    background-color: white;
    border: 5px solid rgb(154, 140, 216);
    border-radius: 15px;
    padding: 10px;
    letter-spacing: 2px;
    white-space: pre-wrap;
  }
  
  #startbtn {
    position: absolute;
    bottom: 30px;
    left: 950px;
    width: 500px;
    height: 80px;
    font-size: 40px;
  }