body {
  background-color: #f2f2f2;
  font-family: sans-serif;
}

.container {
  width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.error {
  font-size: 32px;
  font-weight: bold;
  color: red;
}

.panda {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  background-image: url("https://i.imgur.com/rTFVdgV.jpg");
}

.text {
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.row{
  display: flex;
  gap: 50px;
  margin-bottom: 60px;
}