@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    background-color: #efefef;
    background-image: linear-gradient(90deg, #393b3d80 0.5px, transparent 0.5px), linear-gradient(#393b3d80 0.5px, transparent 0.5px);
    background-position: 10px 10px;
    background-size: 21px 21px;
    background-attachment: fixed;
    text-decoration: none;

}



body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    text-align: center;
}


.images {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}

/* 猫のアイコン */


.text1 {
    font-weight: bolder;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#wrap {
    display: inline-block;
    text-align: center;
    margin: 0 15px;
    
}


nav ul li {
    display: inline-block;
    text-align: center;
    margin:  10px;
    a:visited {
  color: rgb(0, 0, 0); /* : 訪問済みのリンクを紫色にする */
  
}

}

.Light {
    text-align: center;
    width: 500px;
    height: auto;
    display: block;
    margin: auto;

}

.nabe {
    text-align: center;
    width: 500px;
    height: auto;
    display: block;
    margin: auto;

}

.mylife {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
}

/* .mylife p {
    position: relative;
    left: 5%;
    bottom: -20%;
    transform: rotate(-90deg);
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
} */

.kaimono {
    text-align: center;
    width: 500px;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.mylife:before {
    content: "my life";
    padding: 5px 5px 3px;
    margin-bottom: 10%;
}

.text2 {
    /* text-align: end; */
    transform: rotate(-90deg);
    /* writing-mode: vertical-rl; */
    /* text-orientation: upright; */
}