.rcf {
  display: flex;
  align-items: center;
  justify-content: center;
--  margin: auto;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vw;
}
.container img
{
    width: 330px;
	height: 194px;
}