body{
    background-color: rgb(0, 0, 0);

font-size: 30px;
text-align: justify;
color:rgb(255, 255, 255);
}
h1 { 
    color:rgb(255, 0, 0);
    font-size: 50px;
    text-align: center;
}
h2 { 
    color:rgb(255, 0, 234);
    font-size: 50px;
    text-align: center;
}
h3 { 
    color:rgb(0, 38, 255);
    font-size: 50px;
    text-align: left;
}
h4 { 
    color:rgb(145, 255, 0);
    font-size: 50px;
    text-align: left;
}
h6 { 
    color:rgb(55, 90, 9);
    font-size: 50px;
    text-align: center;
