body {
background-color: #000000;
}

.content-alert{
     width: 304px;
     margin-left: auto;
     margin-right: auto;
}

.content-alert {
     position: absolute; 
     top: 50%; 
	 left: 50%; 
     transform: translate(-50%, -50%); 
}

h1{
     color: #ffffff;
     text-align: center;
     font-size: 15px;
     text-transform: uppercase; 
}

h2{
     color: #ffffff;
     text-align: center;
     font-size: 15px;
}

a {
     color: #ffffff;	
}