

.padre1{
display: flex;       
justify-content: center;
gap: 50px;

}

.maincra {
    background-color: #343a40;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

.maincra h2 {
    font-size: 2em;
    color: #007bff;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Press Start 2P";
    
}

.maincra p {
    font-size: 0.7em;
    color: #ffffff;
    line-height: 1.8;
    font-family: "Press Start 2P";
    
}

.bobux {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.btn {
    font-family: "Bungee Spice", serif;
}

.bobux img {
    width: 250px;
    height: 250px;
}

.rdr {
    background-color: #343a40;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rdr h2 {
    font-size: 2em;
    color: #ffc107;
    margin-bottom: 15px;
    text-align: center;
    font-family: "MedievalSharp", serif;
}

.rdr p {
    color: #ffffff;
    line-height: 1.8;
    font-weight: bold;
    font-family: "MedievalSharp", serif;
}