body {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgb(9,115,150); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(9,115,150,1) 0%, rgba(129,121,197,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(9,115,150,1) 0%,rgba(129,121,197,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(9,115,150,1) 0%,rgba(129,121,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#097396', endColorstr='#8179c5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.container {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 380px;
    background-color: #f3f4f9;
    padding: 0;
    margin: 10% auto 0 auto;
    -ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
    position: releative;
    overflow: hidden;
  }

  .angle-container {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
align-items: center;
justify-content: center;
    position:  relative;
    height: 260px;
    overflow: hidden;
  }

  .angle {
    background-color: #00B3E9;
    width: 1000px;
    height: 470px;
    position: absolute;
    top: -260px;
    left: -200px;
    transform: rotate(-8deg);
  }

   .angle-body {
    position: relative;
    font-family: "Papyrus";
    font-size: 2em;
    }

  .message {
    margin: 0;
    padding: 20px 0 40px 0;
    text-align: center;
  }

  .message h2 { 
    color: #263238;
    line-height: 1.25;
  }

  .message p { 
    margin-top: 30px;
    font-size: 18px;
    color: #62666b;
  }

