.block_1 {
  background: #433d3d;
  color: white;
  width: 100%;
  height: 118px;
}

.text {
  color: #ee78f3;
}

.block_2 {
  background: #ff0000;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.block_3 {
background: #c59ef9;
width: 300px;
height: auto;
}

.element_1 {
background: white;
}

.element_2 {
  background: blue;
}

.element_3 {
  background: red;
}