html,
body {
  margin: 0;
  font-family: 'Catamaran', sans-serif;
  overflow: hidden;
}
.🍕 {
  position: relative;
  text-align: center;
  height: 100%;
}
.🍗 {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  padding: 20px 15px 15px 20px;
  font-size: 25px;
  letter-spacing: 0.075em;
  border: 2px solid #ffd208;
  z-index: 4;
}
.🍗:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -6px;
  right: -6px;
  border: 2px solid #9C08FF;
}
.🍗:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
.🍜 {
  position: relative;
  display: inline-block;
}
.🍜 img {
  display: block;
  width: 100%;
  height: auto;
}
.color-overlay,
.white-overlay {
  position: absolute;
  z-index: 2;
  transform-origin: right;
}
.color-overlay {
  background-color: #05203e;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.white-overlay {
  display: block;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #fff;
}
