*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #FBCB2A;
    width: 100%;
    height: 100vh;
}
.container{
    width: 100%;
    height: 100%;
    position: relative;
}
.imagem{
    width: 360px;
    height: 336px;
    position: absolute;
        left: 50%;
        top: 50%;
    transform: translate(-50%, -50%);
}
