@import url("https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  list-style: none;
  text-decoration: none;
}

body {
  position: relative;
  background-color: rgb(245, 245, 245);
  font-family: "Fuzzy Bubbles", cursive;
}

h1 {
  text-align: center;
  transform: translateY(100px);
  color: #c21b27;
}
h1 a {
  color: #c21b27;
  text-decoration: underline;
}

.container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.burger_body {
  min-height: 300px;
  width: 400px;
  background-color: transparent;
  outline: 2px solid none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.burger_body .topbun {
  position: relative;
  height: 130px;
  width: 100%;
  background: linear-gradient(180deg, #eba776 40%, #c97a42 100%);
  border-radius: 130px 130px 10px 10px;
}
.burger_body .topbun .sesame_seed {
  height: 10px;
  width: 20px;
  background-color: #ffeecb;
  border-radius: 50%;
  position: absolute;
}
.burger_body .topbun .s1 {
  top: 50%;
  left: 70%;
}
.burger_body .topbun .s2 {
  top: 50%;
  left: 50%;
}
.burger_body .topbun .s3 {
  top: 70%;
  left: 10%;
}
.burger_body .topbun .s4 {
  top: 10%;
  left: 60%;
}
.burger_body .topbun .s5 {
  top: 20%;
  left: 40%;
}
.burger_body .topbun .s6 {
  top: 30%;
  left: 30%;
}
.burger_body .topbun .s7 {
  top: 40%;
  left: 10%;
}
.burger_body .topbun .s8 {
  top: 60%;
  left: 20%;
}
.burger_body .topbun .s9 {
  top: 70%;
  left: 60%;
}
.burger_body .topbun .s10 {
  top: 50%;
  left: 80%;
}
.burger_body .tomato {
  height: 20px;
  width: 90%;
  background-color: #c21b27;
  border-radius: 5px;
}
.burger_body .cheese {
  border-left: 210px solid transparent;
  border-right: 210px solid transparent;
  border-top: 50px solid #ffcc02;
  z-index: 10;
}
.burger_body .patty {
  height: 50px;
  width: 100%;
  background-color: #602f1e;
  border-radius: 28px;
  margin-top: -48px;
  position: relative;
}
.burger_body .patty .patty_dark {
  height: 8px;
  width: 16px;
  background-color: #38190f;
  border-radius: 50%;
  position: absolute;
}
.burger_body .patty .p1 {
  top: 50%;
  left: 70%;
}
.burger_body .patty .p2 {
  top: 50%;
  left: 50%;
}
.burger_body .patty .p3 {
  top: 70%;
  left: 10%;
}
.burger_body .patty .p4 {
  top: 10%;
  left: 60%;
}
.burger_body .patty .p5 {
  top: 20%;
  left: 40%;
}
.burger_body .patty .p6 {
  top: 30%;
  left: 30%;
}
.burger_body .patty .p7 {
  top: 40%;
  left: 10%;
}
.burger_body .patty .p8 {
  top: 60%;
  left: 20%;
}
.burger_body .patty .p9 {
  top: 70%;
  left: 60%;
}
.burger_body .patty .p10 {
  top: 50%;
  left: 80%;
}
.burger_body .spinach_inshadow {
  height: 0;
  width: 102.7%;
  background-color: none;
  border-radius: 400px 400px 50px 50px;
}
.burger_body .spinach {
  height: 50px;
  width: 104%;
  background: linear-gradient(0deg, #9cb938 70%, #758b23 40%);
  border-radius: 50px 50px 10px 10px;
  z-index: 10;
}
.burger_body .bottombun {
  height: 70px;
  width: 97%;
  background: linear-gradient(0deg, #e69f6c 40%, #c97a42 30%);
  border-radius: 10px 10px 50px 50px;
  margin-top: -30px;
  box-shadow: 0px 50px 70px rgba(0, 0, 0, 0.486);
}/*# sourceMappingURL=style.css.map */