.canvaswrap {
    width: 340px;
    height: 450px;
margin: 0 auto;
position: relative;
display:flex;
flex-direction:column;
flex-wrap:wrap;
align-content:center;
justify-content:center;
justify-items:center;
margin:0px auto;
}
.canvaswrap p{
    width: 340px;
    height: 450px;
    display: none;
    font-size: 110%;
    line-height: 130%;
    text-shadow: 0 0 5px #FFFfff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 120px 20px 0 20px;
margin:0;
    color: #ffffff;
    text-align: center;
    background-image: linear-gradient(bottom, #0ae8f0 36%, #127fde 100%);
    background-image: -o-linear-gradient(bottom, #0ae8f0 36%, #127fde 100%);
    background-image: -moz-linear-gradient(bottom, #0ae8f0 36%, #127fde 100%);
    background-image: -webkit-linear-gradient(bottom, #0ae8f0 36%, #127fde 100%);
    background-image: -ms-linear-gradient(bottom, #0ae8f0 36%, #127fde 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.36, #0ae8f0), color-stop(1, #127fde) );
}
.canvaswrap p a{
    color: #127fde;
}