@charset "utf-8";

/* input {
    appearance: revert;
} */
body {
    /* バックグラウンドの色 */
    background-color: rgb(43, 43, 108);
    /* 文字色 */
    color: azure;
}

/* ヘッダー */
.header-logo {
     /* border: 1px solid; */
     width:fit-content;
}
} 
h1,
h2,
h3{
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
  }
h1 span {
    font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
}
header h1 {
    font-size: 16px;
    padding: 5px;
}

.slider  {
    /* border: 1px solid; */
}
.slider img {
    width: 100%;
}
.main-img{
    position: relative;
}
.main-img h3{
    width:100%;
    font-size: 40px;
    text-align: center;
}

