html, body{position:relative;width:100%;height:100%;margin:0;padding:0;}

body{
font-family: 'Roboto', sans-serif;
background: rgb(45,88,167) fixed;
background: -moz-linear-gradient(-45deg,  rgba(45,88,167,1) 0%, rgba(71,173,84,1) 100%) fixed;
background: -webkit-linear-gradient(-45deg,  rgba(45,88,167,1) 0%,rgba(71,173,84,1) 100%) fixed;
background: linear-gradient(135deg,  rgba(45,88,167,1) 0%,rgba(71,173,84,1) 100%) fixed;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d58a7', endColorstr='#47ad54',GradientType=1 );}

.info{
display:block;
position:absolute;
max-width:90%;
height:auto;
left:50%;
top:50%;
text-align:center;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
color:#fff;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}

.info img{display:block;padding:5px;margin:0 auto;}

.info a{color:#fff;text-decoration:underline;}
