h3{
color:rgb(231,149,6);
font-family: "IBM Plex Sans JP", sans-serif;
}


body{
    background-color: rgb(255,244,222);
}

.text-link{
color: inherit;
text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}