body {
  width: 95%;
  margin: 0 auto;
}

img {
  width: 100%;
}

header {
  height: 50px;
  /* background: rgb(220, 29, 29); */
  background: rgb(223, 75, 59);
  font-size: 30px;
  /* color: white; */
  /* text-align: center; */
  /* display: flex; */
  /* justify-content: space-around; */
  display: flex;
  justify-content: center;
}

.header {
  color: white;
  /* text-align: center; */
  width: 230px;
  display: flex;
  justify-content: space-around;
}

.header_logo {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  position: relative;
  top: 2px;
}

footer {
  background: rgb(194, 240, 255);
  height: 100px;
  display: flex;
}

.f_title {
  font-size: 30px;
}

.f_link {
  display: flex;
  font-size: 12px;
  /* width: 90%; */
}

.f_sns {
  font-size: 15px;
}

.f_txt {
  width: 70%;
  line-height: 32px;
}

.f_logo {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  /* position: relative;
  top: 10px; */
  margin: auto;
}
