/* General Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

/* Body Styling */
body {
font-family: Arial, sans-serif;
line-height: 1.6;
background-color: #000000;
color: #333;
}
h1{
    color:#99CCCC;
    text-align: center;
}
p{
    color: #66CCCC;
    text-align: center;
}
