body {
  background-color: #F9F0E6;
  color: #916b40;
  font-family: 'Afacad';font-size: 22px;
}

/* links */

a:link {
  color: #eb449a;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #C9416E;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #eb449a;
  background-color: transparent;
  text-decoration: underline;
}

/* a:active {
  color: #C9416E;
  background-color: transparent;
  text-decoration: underline;
}
*/ 

header{
    text-align: center;
}

.row{
  padding: 50px 30px 50px 80px;
}

/* list */
/*
.likes {
  background: #C9416E;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px; 
  padding-left: 40px;
} 

*/

.catbox {
  list-style-image: url('img/catbox.gif');
}

.mail {
  list-style-image: url('img/mail-sozaiya.gif');
}


/*

.li-2 {
  color: #C9416E;
}


.social { 
  color: pink;
  }
  
*/

/* Style the footer */
footer {
  background-color: pink;
  padding: 10px;
  text-align: center;
  color: #C9416E;
}

/* albums */

.washi {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid-container2 {
  display: grid;
  grid-template-columns: auto;
  background-color: #C9416E;
  padding: 10px;
  gap: 10px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  background-color: #C9416E;
  padding: 10px;
  padding-left: 60px;
  gap: 10px;
}

.grid-container > div {
  background-color: #C9416E;
  font-size: 30px;
}

/* tiny catttt */

#content {
        position: sticky;
    }
    #content img {
        position: absolute;
        top: -10px;
        left: 10px;
    }