#container{ 
    width:1200px;
    height:640px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    position:relative;
}
p {
   font-family: "MS Gothic";
   font-weight:bold;
   color:lightslategray;
}
#footer{
   text-align: center;
   font-family: "MS Gothic";
   font-size: 14.5px;
   font-weight: bold;
   color:white;
}
#box2{
    background-color:whitesmoke;
    border: 5px solid #123556;
    height:450px;
    width:150px;
    position:absolute;
    transform: translate(-50%,-50%);
    top:50%;
    left:26%;
    text-align:center;
}
#box3{
    background-color:whitesmoke;
    border: 5px solid #123556;
    height:450px;
    width:150px;
    position:absolute;
    transform: translate(-50%,-50%);
    top:50%;
    left:74%;
    text-align:center;
}
#sidebar1{
    width:150px;
    max-height:450px;
    overflow:auto;
}
#changelog{
   text-align: left;
   margin-left:10%;
   overflow:auto;  
   height:180px;
}
#sidebar{
    width:150px;
    max-height:450px;
    overflow:auto;
}
::-webkit-scrollbar {
  width:0px;
}
#box1{ 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:400px;
  height:450px;
  background-color:whitesmoke;
  border: 5px solid #123556;  
}
#profile{
    position:absolute;
    top:15px;
    left:15px;
    border: 3px solid #cdcdf0;
    height: 128px;
}
#imood{
    position:absolute;
    top:150px;
    left:50px;
}
#text{
    text-align:center;
    font-size: 14.5px;
    height: 200px;
    width: 200px;
    margin-left:170px;
}
#text2{
    position:absolute;
    text-align:justify;
    bottom:40px;
    width:370px;
    height: 240px;
    margin-left:15px;
    overflow:auto;
}
#ad{
    position: absolute;
    top:580px;
    left:50%;
    transform: translate(-50%,-50%);
}
#luckycat{
    position:absolute;
    bottom:40px;
    right:350px;
}
#links{
    text-align:center;
    margin-top:200px;
    font-size: 18px;
}
html{
    cursor: url("http://www.rw-designer.com/cursor-extern.php?id=113210"),default;
    font-family:"MS Gothic";
}
