html{
  overflow-y: hidden;
}
#main{
  width:1060px;
  height:970px;
  margin-top: -20px;
  background-image: url('https://files.catbox.moe/bhmtqi.png');
  background-size: cover;
  float: right;
}
#textbox{
  width: 440px;
  height: 630px;
  background-color:;
  margin-left: 490px;
  margin-top: 100px;
  padding: 10px 0px 0px 0px;
  overflow-y: scroll;
  font-size: 14.5px;
  color: #2D354D;
  text-rendering: optimizeSpeed;
  font-family: times new roman;
  -webkit-font-smoothing: none;
}
#eu{
  width: 180px;
  float: right;
  margin-right: 5px;
}
#text{
background-color: ;
  margin-top: 100px;
}
mark{
  background-color:transparent;
  color: #212942;
  font-weight: bold;
}
#willandi{
  width: 180px;
  float: left;
  padding: 0px 20px 20px 0px;
}
a{
  color: #212942;
  font-weight: bold;
}
#home{
    font-size: 14.5px;
  color: #212942;
  font-weight: bold;
  text-rendering: optimizeSpeed;
  font-family: times new roman;
  -webkit-font-smoothing: none;
}
#s-m-t-tooltip{
                -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
                border-radius: 0px;
                text-align: center;
                max-width: 320px;
                z-index: 9999999999999;
                word-wrap: break-word;
                padding: 1px 5px;
                display: block;
                margin-left: 28px;
                margin-top: 20px;
    font-size: 14.5px;
  color: #212942;
  font-weight: bold;
  text-rendering: optimizeSpeed;
  font-family: times new roman;
  -webkit-font-smoothing: none;
                transition: .3s ease-in-out;
                -moz-transition: .3s ease-in-out;
                -webkit-transition: .3s ease-in-out;
            }