body {
  background-color: darkblue;
  color: white;
  font-family: "Segoe UI", sans-serif;
  text-align: center;
}
a {
background-color: blue;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px;
    color: white;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    background-color: #0000B3;
  cursor: pointer;
}
img {
  display: block;
  margin: 20px auto;
  max-width: 75%;
  max-height: 85%;
  border-radius: 10px;
}
  .imgdiv {
  width: 250px;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
  }
  .container {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #212226;
  float: left;
}
video {
  float: left;
}