.container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.caixa {
    width: 300px;
    height: 200px;
    background-color: rgb(56, 150, 204);
    border: 2px solid red;
}