body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: url(bg.jpg);
  backdrop-filter: blur(5px);
  position: relative;
}
.winky-rough{
  font-family: "Winky Rough", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
}

.container {
  text-align: center;
}

.singleframe{
  padding: 15px 5px;
  background-color: #FAF7F3;
  border-radius: 20px;
  margin: 20px;
  width: fit-content;
  box-shadow: 8px 8px 10px rgb(107, 107, 107);
}

video, canvas {
  width: 340px;
  height: 260px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 10px;
  transform: scaleX(-1);
}

.fb,#retakeBtn,#nextBtn{
  padding: 10px 16px;
  margin: 6px;
  border: 2px solid #464646;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  background-color: #fce878;
  color: rgb(0, 0, 0);

  &:hover{
    background-color: #c7c240;
  }
}

#retakeBtn,#nextBtn{
  background-color: #7ffd4d;
}

#clickBtn{
  padding: 18px 18px;
  margin: 15px;
  border: 2px solid #525252;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  background-color: #d4ff39;
  color: rgb(0, 0, 0);
  font-size: 30px;
  
}

.hidden {
  display: none;
}

.photo-frame {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.photo-frame img {
  width: 100px;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.background-selector {
  margin-bottom: 20px;
}

canvas {
  margin-top: 10px;
  border: 2px solid #000;
}