.style1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

}

.style2 {font-size: 12px}

.style4 {

	font-size: 24px;

	color: #000000;

}

.style5 {color: #0000FF}
.style6 {	font-size: 32px;

	color: #b70000;}

.container {
    text-align: center;
    position: absolute;
    left: 48%;
    top: 15%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
body {
    margin: 0;
}


@media (max-width: 620px) {.content{left:0px;}}
@media (max-width: 480px){.content{left:0px;}
.style6 {	font-size: 14px;

	color: #b70000;}
.style4 {

	font-size: 12px;

	color: #000000;

}	