.container{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.caixa-interna {
    width: 200px;
    height: 100px;
    background-color: lightblue;
    border: 2px solid black;
    text-align: center;
}