body {
  background: #002f5f;
}

.container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.container span {
  text-transform: uppercase;
  display: block;
}

.mytext1 {
  color: white;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 20px;
  background: #002f5f;
  position: relative;
  animation: text 3s 1;
}

.mytext2 {
  font-size: 30px;
  color: #E91E63;
  font-weight: bold;
  font-family: cursive;
}

@keyframes text {
}

