
body{
  width:100%;
font-weight: normal;
text-transform: normal;
font-family: 'MS PGothic', sans-serif;

color: #ebeaeb;

    background-image:url('https://cowgf.party/gallery/136.gif');
    cursor: url('https://milkomatic.neocities.org/gfx/brass18.png'), auto; 

margin:0%;
}
.container{
   width:100%;

  display: flex;
}

.grid-container {
  display: grid;
  grid-template-columns: 20% 50%;
  margin-left:20%;
   margin-top:15%;

}

.pagedoll {
position:fixed;
bottom:160px;
left:1080px;
z-index:0;
    animation-iteration-count: infinite;
        transform: 
}

.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform:  translateZ(0) rotate(7deg);
  -webkit-transition-property: transform;
  transition-property: transform;

}
.hvr-grow-rotate:hover, .hvr-grow-rotate:active {

  -webkit-transform: scale(1.1) rotate(7deg);
  transform: scale(1.1) rotate(7deg);
}

a {	
color: #ef407b;
text-decoration: none;
}					
a:hover {
color: #03a2da;
  font-size: 40px;
text-decoration: underline wavy #96b40a 1px;
}

b {color: #96b40a; font-weight:bold;}
i {color: #03a2da;}
u {color: #888;}
s {color: #999;}
* {
  box-sizing: border-box;
}

.box {
  background-color: #96b40a;
  background-image:url(' ');
  background-position: top ;
  background-size:cover;
  text-align: right;
  color: #ebeaeb;
  height:400px;
  width:450px;
  overflow:auto;
    scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer/Edge */
}
.box img{
margin:0%;
}

.title{
  text-align: center;
  font-size: 20px;
  color:#ef407b;
  padding:2%;
  
}

ul, li{
  list-style: none;
  align-content: left;
  text-align: left;
    padding:2px;
    margin:0%;
}
.nav{
  color:#ef407b;
    text-align:right;
  font-size: 35px;
  background-color:rgba(231, 231, 231,0.7);
}
