body, .bingkai, ul {
  margin:0;padding:0;
  overflow: hidden;
}
body {
  background: linear-gradient(rgba(52, 178, 51, 0.8) 25%,rgba(60, 208, 112, 0.5));
  width: 100vw;height: 100vh;
}

.bingkai, ul {
  top:0;left:0;
}

.bingkai {
  position: relative;
  top:50%;left:50%;
  transform: translate(-50%,-50%);
  max-width: 500px;
  height: 380px;
  box-shadow: 0 0 165px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border-bottom: 7px solid black;
}

ul {
  position: absolute;
  width:100%;
  height: 100%;
  display: inline-flex;
}

li {
  list-style: none;
  width: 100%;
  padding: 25px;
  font-size: 25px;
  color: white;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 1px 3px 6px rgba(0,0,0,.5);
}
