:root{
  --
  --
  }
   @keyframes fadeSlideIn {
        to {
            opacity: 1;
            transform: translateX(0);
        }}
Body{
  background:papayawhip;}
.chunkybabi{border:2px dotted #999966;
width:300px;
margin:0 auto;
display:block;
text-align: center;}
.fatboy{
  border:3px solid red;
  overflow-y:auto;
  height:480px;
  width:270px;
  margin: 0 auto;
 margin-top: 180px;
  display:block;
   z-index:2;
   border-radius:6px;}
   
.logheader{}

.log{display:block;
text-align:center;
margin-top:10vw;
}
.log a:link{
  text-decoration:none;}
a img{transition: transform 2s ease;}
a img:hover{transform: scale(1.02) rotate(2deg);} 
  .log table{width:55vw;margin:0 auto;border:2px dotted #999966;}
  .tablewimage td{
    height:250px;width:450px;border:2px dotted #999966; overflow-y:auto;}
  .table td p{margin:50px;}
  
