body {
  position: relative;
  height: 100vh;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color:#fff;
  padding: 0;
  margin: 0;
}

/* ---- Content ---- */
.box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  margin-top: -50px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* ---- Title ---- */
.txt-title {
  text-align: center;
  font-size: 30px;
}

.txt-desc {
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
  color: #555;
}

.link-agenda {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.35;
  color: #ed770a;
  text-align: center;
}

.link-youtube {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.35;
  color: #ed770a;
  text-align: center;
}

/* ---- Footer ---- */
.box-footer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

.link-mpe {
  display: block;
}

.svg-mpe {
  width: 200px;
  height: auto;
  margin: 0 auto;
}