@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: #b6342e;
}
h1 a {
  color: #b6342e;
  text-decoration: underline;
}

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

.pizza_outer {
  height: 300px;
  width: 300px;
  background-color: #e29939;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pizza_outer .cutes {
  height: 250px;
  width: 250px;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
}
.pizza_outer .cutes .cut {
  position: relative;
  height: 300px;
  width: 3px;
  margin-top: -25px;
  background-color: #c5832c;
}
.pizza_outer .cutes .cut1 {
  position: absolute;
  left: 50%;
  right: 50%;
}
.pizza_outer .cutes .cut2 {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: rotate(36deg);
}
.pizza_outer .cutes .cut3 {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: rotate(72deg);
}
.pizza_outer .cutes .cut4 {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: rotate(108deg);
}
.pizza_outer .cutes .cut5 {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: rotate(144deg);
}
.pizza_outer .pizza_inside {
  height: 250px;
  width: 250px;
  background-color: #f1d587;
  border: 10px solid #b97720;
  border-radius: 50%;
  overflow: hidden;
}
.pizza_outer .pizza_inside .pepperonies {
  height: 250px;
  width: 250px;
  position: relative;
}
.pizza_outer .pizza_inside .perreroni {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #b6342e;
  border-radius: 50%;
}
.pizza_outer .pizza_inside .p1 {
  top: 50%;
  left: 50%;
}
.pizza_outer .pizza_inside .p2 {
  top: 50%;
  left: 30%;
}
.pizza_outer .pizza_inside .p3 {
  top: 70%;
  left: 30%;
}
.pizza_outer .pizza_inside .p4 {
  top: 10%;
  left: 70%;
}
.pizza_outer .pizza_inside .p5 {
  top: 20%;
  left: 40%;
}
.pizza_outer .pizza_inside .p6 {
  top: 30%;
  left: 30%;
}
.pizza_outer .pizza_inside .p7 {
  top: 40%;
  left: 10%;
}
.pizza_outer .pizza_inside .p8 {
  top: 60%;
  left: 20%;
}
.pizza_outer .pizza_inside .p9 {
  top: 70%;
  left: 60%;
}
.pizza_outer .pizza_inside .p10 {
  top: 50%;
  left: 80%;
}
.pizza_outer .pizza_inside .p11 {
  top: 30%;
  left: 70%;
}
.pizza_outer .pizza_inside .p12 {
  top: 80%;
  left: 50%;
}
.pizza_outer .pizza_inside .p13 {
  top: 20%;
  left: 10%;
}
.pizza_outer .pizza_inside .p14 {
  top: 10%;
  left: 50%;
}
.pizza_outer .pizza_inside .p15 {
  top: 80%;
  left: 20%;
}
.pizza_outer .pizza_inside .p16 {
  top: 60%;
  left: 5%;
}/*# sourceMappingURL=style.css.map */