body {
    background-color: rgb(15, 104, 221);

    font-size: 150%;
    color: white;
}

.container {
    width: 50%;
    margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      text-align: center;
}

h1 {
    font-family: 'Dancing Script';
}

h2 {
    font-family: 'Courier New', Courier, monospace
}

.center-image {
    width: 60%;
}

.tyan-left {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 30%;
}

.tyan-right {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 30%;
}