.container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.centro{
    position:absolute;
    margin-top: 200px;
}
.sx{
    position: absolute;

}