body {
  background-color: #6276A3;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70vh;
}

.container object {
  max-width: 100%;
  max-height: 100%;
}

.email {
  height: 4vh;
}