.meiotop{
    display: flex;
    align-self: center;
    border-style: solid;
    align-items: center;
    margin-left: 110px;
    width: 500px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    font-size: 18px;
    color: rgb(8,95,99);
    border-color: rgb(73,190,183);
    border-width: 9px;
    border-radius: 10px;
}
.ponta{
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 210px;
    width: 200px;
    height: 80px;
    background-color:rgb(255, 255, 255);
}

