:root {
  font-size: 300%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f5f1e7;
}

.polaroid-container {
  width: 400px;
  padding: 28px;
  background-color: black;
  border-radius: 18px;
}

.strip {
  width: 100%;
  margin-bottom: 12px;
}

.blue {
  background-color: #12a3e7;
  height: 25px;}

.green {
  background-color: #25b046;
  height: 40px;}

.yellow {
  background-color: #fdbe2d;
  height: 50px;}

.orange {
  background-color: #ff8000;
  height: 65px;}

.red {
  background-color: #e62011;
  height: 110px;}


/* Schriftzug */  
.polaroid-text {
  font-size: 74px;
  font-family: 'Codec Pro', sans-serif;
  font-variation-settings: "wght" 900;
  
  margin-top: 25px;
  color: white;
  letter-spacing: 0px;