.container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.caixa{
    width: 200px;
    height: 150px;
    background-color: rgb(240, 128, 171);
    border: 2px solid rgb(206, 17, 80);
}