.inicio1{
    color: rgb(250, 125, 0);
}
.historia{
    font: 18px;
margin: 0px 0px 27px;
}
.quadrado{
    display: flex;

}
.quadrado1{
    width: 300px;
    height: 300px;
    background-color: rgb(69, 68, 70);
    margin-left: 20px;
   
    font-size: 30px;
    text-align: center;
    color: orange;
    border-radius: 10px;
}
.quadrado2{
    width: 300px;
    height: 300px;
    background-color: rgb(69, 68, 70);
 margin-left: 110px;
 text-align: center;
 font-size: 30px;
 color: orange;
 border-radius: 10px;
 
}

.quadrado3{
    width: 300px;
    height: 300px;
    background-color: rgb(69, 68, 70);
    margin-left: 120px;
    font-size: 30px;
 color: orange;
text-align: center; 
border-radius: 10px;

}
.botao{
    background-color:rgb(26, 156, 9);
    color: white;
    width: 200px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    margin-right: 50px 50px 200px;
    border-radius: 20px;

}

 