a {
  text-decoration: none;
  color: aliceblue;
}

header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body {
  margin-top: 20px;
  background-color: rgb(46, 40, 29);
  text-align: center;
}
main {
  background-color: rgb(252, 251, 238);
}
img[alt] {
  margin-top: 150px;
}
nav li {
  margin-right: 50px;
  text-align: right;
  font-family: "Arial Narrow";
  font-size: 40px;
  padding: 15px;
  margin-top: 50px;
}
nav ul {
  display: flex;
  list-style: none;
  text-align: right;
}
nav {
  margin-top: 50px;
  background-color: rgb(169, 202, 172, 90%);
  position: fixed;
  left: 0;
  right: 0;

  padding-left: 51.5%;
}

h2 {
  text-align: center;
  border-bottom: solid 2px rgb(43, 41, 37);

  box-sizing: border-box;
  width: 500px;
  padding: 10 px;

  margin-left: auto;
  margin-right: auto;

  font-size: 40px;
  font-weight: 300;
}
section {
  margin: 50px;
  padding: 10px;
}
h3 {
  margin-top: 100px;
  font-weight: 200;
  font-size: 30px;
  color: rgb(47, 88, 39);
}
p {
  font-size: 20px;
  line-height: 2em;
  font-family: Arial;
}
img.top {
  /* overflow: hidden; */
  display: inline-block;
  padding-right: 200px;
  padding-left: 200px;
  margin-top: -10px;
  margin-bottom: 200px;
}

.m {
  background-color: rgb(176, 190, 168);
  color: aliceblue;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

#MENU {
  border-bottom: solid 2px;
  margin-top: 10px;
  margin-bottom: 100px;
}

.i {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;

  margin-left: 200px;
}
.i p {
  text-align: center;
  margin-left: 100px;
  margin-right: auto;
  margin-top: 400px;
  justify-content: center;
  font-size: 30px;
}

p em {
  font-size: 60px;
}
.f {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;

  margin-top: 10px;
  margin-right: 300px;
  margin-bottom: 100px;
}
.f img {
  margin-top: -50px;
  margin-bottom: 100px;
}
.f p {
  margin-right: 100px;
  margin-bottom: 100px;
  margin-top: 100px;
  font-size: 25px;
}
.f p em {
  font-size: 50px;
}
.cake {
  display: inline-block;
  justify-content: space-evenly;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: -100px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 1000px;
  height: 500px;
  font-size: 20px;
}
td,
th {
  border: solid 1px gray;
  padding: 1ex;
}
textarea {
  width: 700px;
  height: 300px;
}
input {
  width: 500px;
}
.c {
  background-color: rgb(176, 190, 168);

  color: aliceblue;
  margin-bottom: 50px;
}
.c table th,
.c table td {
  border-color: aliceblue;
}
.inst {
  display: flex;
  justify-content: center;
}
.inst img {
  margin-top: 25px;
  width: 28px;
  height: 32px;
  margin-left: 15px;
}
.c table {
  margin-top: 50px;
}
.c td[colspan] {
  font-size: 30px;
  text-align: left;
}
footer {
  background-color: rgb(176, 190, 168);
}
footer img {
  justify-content: space-evenly;
  margin-left: -30px;
  margin-right: 80px;
  margin-top: -70px;
  display: inline-block;
}
img[src="/ins.png"] {
  margin-bottom: 50px;
}
