@import url('https://fonts.googleapis.com/css?family=Marvel');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

html{
    height: 100%;
    width: 100%;
}

body{
	height:100%;
	width: 100%;
	margin: 0;
	top: 0;	
	background: url(https://landingpage.cloud4you.biz/background-c4y.svg) no-repeat bottom center scroll;
    background-size: cover;
	font-family: 'Noto Sans', 'Arial', sans-serif;
	font-size: 14px;
}

a{
	text-decoration: none;
	color: red;
}

a:hover{
	font-weight: bold;
}

table{
	border:0;
}

@media (min-width:768px) {
    #divContent {
        width: 40%;
        position: fixed;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background-color: white;
        text-align: center;
        padding: 25px;
        display: table-cell;
    }
}

@media (max-width:767px) {
    #divContent {
        top: 0;
        width: calc(100% - 25px - 25px);
        height: calc(100% - 25px - 25px);
        position: fixed;
        background:rgba(255,255,255,0.75);
        text-align: center;
        padding: 25px;
        display: table-cell;
        overflow-x:scroll;
    }
}

p{
    text-align: left;
}