body {
  background-color: #5f27cd;
  color: #fff;
}

div#questions {
  margin-top: 150px !important;
}

.ask-container {
  margin-top: -10px;
}

.ask {
  margin-top: -50px;
  font-size: 30pt !important;
  text-transform: uppercase;
}

h2 {
  font-weight: bold !important;
  text-transform: uppercase;
}

#nameCustomer {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
label {
  font-size: 16pt;
  font-weight: bold;
}
#name_customer {
  text-align: center;
  font-weight: bold;
  font-size: 15pt;
}

.resps {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}

.resp-opinion-form {
  padding: 10px;
  width: 200px;
  height: 70px;
  margin-top: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.resp, .resp-opinion {
  padding: 5px;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.resp-ident {
  padding: 10px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 5px;
  float: left;
  cursor: pointer;
  font-size: 12pt;
  font-weight: bold;
  color: #fff;
}

.resp > span, .resp-opinion > span, .resp-opinion-form > span {
  font-size: 24pt;
  font-weight: bold;
  color: #fff;
}

.resp:hover {
  margin-top: 12px;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0);
}

.resp0 {
  background-color: rgb(183, 32, 37);
  box-shadow: 0px 4px 0px rgba(183, 32, 37, 0.8);
}
.resp1 {
  background-color: rgb(214, 32, 39);
  box-shadow: 0px 4px 0px rgba(214, 32, 39, 0.8);
}
.resp2 {
  background-color: rgb(240, 82, 35);
  box-shadow: 0px 4px 0px rgba(240, 82, 35, 0.8);
}
.resp3 {
  background-color: rgb(243, 111, 33);
  box-shadow: 0px 4px 0px rgba(243, 111, 33, 0.8);
}
.resp4 {
  background-color: rgb(250, 168, 35);
  box-shadow: 0px 4px 0px rgba(250, 168, 35, 0.8);
}
.resp5 {
  background-color: rgba(255, 202, 39);
  box-shadow: 0px 4px 0px rgba(255, 202, 39, 0.8);
}
.resp6 {
  background-color: rgb(236, 219, 18);
  box-shadow: 0px 4px 0px rgba(236, 219, 18, 0.8);
}
.resp7 {
  background-color: rgb(232, 231, 61);
  box-shadow: 0px 4px 0px rgba(232, 231, 61, 0.8);
}
.resp8 {
  background-color: rgb(197, 217, 45);
  box-shadow: 0px 4px 0px rgba(197, 217, 45, 0.8);
}
.resp9 {
  background-color: rgb(175, 209, 54);
  box-shadow: 0px 4px 0px rgba(175, 209, 54, 0.8);
}
.resp10 {
  background-color: rgb(100, 182, 77);
  box-shadow: 0px 4px 0px rgba(100, 182, 77, 0.8);
}

#opinion-text {
  font-size: 24px;
}

#end {
  background-color: transparent;
  width: 100%;
  height: 90vh;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 5px;
}

#end h2 {
  z-index: 2;
}

#end img {
  position: relative;
  z-index: 1;
  width: 200px;
  margin-bottom: 10px;
}

.indent {
  margin-top: 10px;
  font-size: 24pt;
  font-weight: bold;
  color: #fff;
}

.number-questions {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 24pt;
  font-weight: bold;
  color: #fff;
}
