 /* Estilos generales */
 * {
   box-sizing: border-box;
   font-family: Arial, sans-serif;
}

body {
   background-color: rgb(62, 9, 122);
}

.main_title1 {
   color: white;
   text-align: center;
   text-shadow: rgb(0, 0, 0) 4px 4px;
}

.main_title2 {
   color: white;
   text-align: center;
   text-shadow: rgb(0, 0, 0) 4px 4px;
}

.parrafoCentrado {
   text-align: center;
   color: white;
}

.carpiImg {
   display: flex;
   justify-content: center;
}

.carpiZone {
   display: flex;
   justify-content: center;
}

.p1 {
   text-align: center;
   color:red;
}

.p2 {
   text-align: center;
   color:blue;
}

.p3 {
   text-align: center;
   color:orange;
}

.centerStart {
   display:flex;
   justify-content: center;
   margin-top: 2rem;
}

.carpiZone {
   border: 4px solid #04633b;
   border-radius: 2rem;
   max-width: 16rem;
   background-color: #39c58b;
}

.carpiZone:hover {
   background-color: #32e732;
   cursor: pointer;
}

.start {
   margin: 8px;
}