.um {
    width: 300px;
    text-align: center;
    height:  70px;
    position: relative;
    right: 40px;
    background-color: white;
    padding: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.dois {
    position: relative;
    left:140px;
    bottom: 20px;
    width:300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    padding: 10px;
    height:  97px;
    font-size: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.tres {
    width: 310px;
    text-align: center;
    background-color: white;
    padding: 10px;
    height:  70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    left: 330px;
    bottom: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.inspira-se {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 640px;
    height: 600px;
    background-image: url(../img/Captura_de_tela_2023-03-20_144148-removebg-preview.png);
    background-repeat: no-repeat;
    background-size: 600px;

}





#posicionar-inspirase {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
   

}

