body { margin:0; font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif; background-color: #000;
}
img{ 
    display: block;
  margin: 0 auto;
}
h1{
    color: #fff;
}
#emo{
    float: inline-start;
}
#chkwa{
    float: inline-end;
}
#toptext{
    color: white;
}
#bottomtext{
    color: white;
}
.text-center {
  text-align: center;
}
.video-container {
  display: flex;
  justify-content: center;  /* Horizontal */
  align-items: center;      /* Vertical */
  height: 100vh;            /* Full screen height */
  background: #000;        /* Optional: dark background */
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

.video-container video {
  max-width: 100%;
  max-height: 100%;
  border: 2px solid #fff;   /* Optional styling */
  border-radius: 12px;
}
