.meiocontato{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 88%;
    height: 500px;
    background-color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(73,190,183);
    border-radius: 20px;
    border-color: white;
    border-width: 100px;
}

