body {
    background-color: black;  
    color: white;             
    text-align: center;       
    height: 100vh;           
              
    justify-content: center;  
    align-items: center;      
    margin: 0;                
	  background-color: black;    
    color: white;               
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
/* For the text paragraphs */
p {
    width: 80%;              
    margin: 0 auto;        
    text-align: justify;    
}


table {
    margin: 20px auto;       
    width: 50%;              
    border-collapse: collapse; 
}


h1, h2 {
    text-align: center;        
}

p {
    width: 80%;                 
    margin: 20px auto;         
    text-align: justify;
}

footer {
    text-align: center;       
    margin-top: 20px;
}

#social-share {
    text-align: center;        
    margin: 20px auto;        
}

.a2a_kit {
    display: inline-block;      
}

.intro-text {
    text-align: center;     
    margin-bottom: 20px;    
}

ol {
    margin-left: 40px;      
}

ol li {
    margin-bottom: 10px;     
}

body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

