body{
  background-color: rgb(255, 21, 130);
}

.rick{
  position: absolute;
  right: 5px;
}

h1{
  color: rgb(0, 0, 0);
}

.dubai{
  left: 40%;
  bottom: 50%;
  position: absolute;
}

.wired{
  position: absolute;
  left: 23%;
  bottom: 40%;
}

.dj{
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.carabiner {
  position:absolute;
  bottom: 50%;
  left: 5%;
}

.pants{
  position: absolute;
  left: 80px;
  top: 40px;
}

.Rick{
  position: absolute;
  left:40%;
  bottom: 20%;
}

.italian{
  position: absolute;
  top: 80px;
  right: 20%;
}

.bangs{
  position: absolute;
  top: 70px;
  left: 20%;
}

.labubu{
  position: absolute;
  top: 20%;
  right: 5%;
}

.uggs {
  position:absolute; 
  top:25%;
  left: 40%;
}

.piercings{
  position: absolute;
  left: 30%;
  bottom: 10%;
}

.queer{
  position: absolute;
  left: 80%;
  top: 50%;
}

.milk{
  position: absolute;
  bottom: 15%;
  left: 10%;
}

.Carrot{
  position: absolute;
  top: 40%;
  right: 20%;
}

.gay{
  position: absolute;
  left: 40px;
  bottom: 60px;
}

.straight{
  position: absolute;
  top: 20%;
  right: 40%;
}

.blond{
  position: absolute;
  top: 30vw;
  left: 60vw;
}

.glasses{
  position: absolute;
  bottom: 20%;
  right: 10%;
}

.sweet{
  position: absolute;
  top: 30vw;
  left: 50vw;
}

.late{
  position:absolute;
  top: 30%;
  left: 70%;
}

.Greek{
  position: absolute;
  top: 40%;
  left: 20%;
}

.bag {
  position: relative;
  width: 90vw;
  height: 45vw;
  margin: 50px auto;
}

h1,h2, .footer{
  text-align: center;
  position: relative;
  top: 30px;
}

/* ========= RADIO GRIDS ========= */

.radio-grid-top,
.radio-grid-bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 10px;
}

.radio-grid-top {
  top: 0;
}

.radio-grid-bottom {
  bottom: 0;
}

.radio-grid-left,
.radio-grid-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
}

.radio-grid-left {
  left: 0;
}

.radio-grid-right {
  right: 0;
}

.overthinker{
  position: absolute;
 top: 40%;
  right: 40%;
}

.radio-label {
  width: 10px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}

input[type="radio"] {
  display: "";
}

input[type="radio"]:checked + .radio-label {
  opacity: 1;
}

/* ========= CHECKBOXES ========= */

.checkbox-group label {
  display: flex;
  font-size: 40px;
  flex-direction: row;
  justify-content: center;
  width: 60px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.5s ease;
  color: rgb(232, 255, 29);
}


  .checkbox-text {
  display: inline-block;
  transition: transform 0.4s ease;
}



input[type="checkbox"] {
  width: 40px;       
  height: 40px;      
  border: 1px solid rgb(255, 255, 255);
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  accent-color: rgb(255, 255, 255);   /* checkbox turns pink when checked */
}

.submit-button {
  
  position: fixed;       
  bottom: 30px;          
  left: 50%;             
  transform: translateX(-50%);
  padding: 10px 20px;    
  font-size: 25px;      
  cursor: pointer;      
  z-index: 1000;   
  color:rgb(255, 29, 29) ;     
}

