
/* 
    Created on : Jan 10, 2026, 11:52:34 AM
    Author     : Rodney Nyelisani Kubayi
*/


div {
    display: block;
    justify-content: center;
    align-content: center;
    text-align: center;
    align-items: center;
    background-color: white;
    background-color: black;
    height: 100vh;
}

h1 {
    color: white;
    align-self: center;
    margin: 0 0 0 0;
}

p {
    margin-top: 0px;
    color: white;
}

span {
    font-size: 30px;
    font-weight: bold;
    color: red;
}

