
@import "common.css";

html {
  background: #F2EFE9;
  color: #262101;
}
body{
  font-family: 'Candara','함초롬바탕';
  text-align: center;
}
a {
  color: #262101;
}

.main_menu {
  display: inline-block;
  width: auto;
  height: auto;
  /* background: pink; */
  margin-top: 300px;
  margin-bottom: 200px;
}
.main_menu ul {
  text-align: center;
}
.main_menu ul li{
  font-size: 16px;
  margin: 10px;
}
.main_menu ul li:nth-child(1)  {
  font-size: 30px;
  margin: 20px;
}

.main_menu ul li:nth-child(1) img {
  width: 200px;
  height: auto;
  margin: 20px;
}

footer {
  position: sticky;
  bottom: 0;
  text-align: center;
  margin-bottom: 20px;
  background: #F2EFE9;
}
