﻿body {

        height: 100%;
    position: absolute;
    width: 100%;
}
.cont-title {
margin-top:20px;
margin-bottom:40px;
}
.cont-body {
    padding-top:10%;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(1, 37, 159) 100%);
background: -webkit-gradient(top, bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgb(1, 37, 159)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(1, 37, 159) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(1, 37, 159) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(1, 37, 159) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgb(1, 37, 159) 100%);
height:100%;
}

    .cont-body .rounded-circle {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
height:300px;
width:300px;
display:block;
font-family: 'Open Sans', sans-serif;
font-size:20px;
font-weight:700;
color:white;
vertical-align:middle;
text-align:center;
text-decoration:none;
margin-bottom:30px;
margin-left:auto;
margin-right:auto;
    }

        .cont-body .rounded-circle p {
        padding-top:50%;
        }

        h1{
            font-size:27px;
        }