.container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.interna{
    height: 150px;
    width: 250px;
    background-color: pink;
    border: 1px solid rgb(245, 125, 145);
}