.header {
  padding: 2%;
  font-family: 'Times New Roman';
  background-color: rgb(237, 230, 222);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.imageheader {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: 40%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 40%;
}

.container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}