h1{
    text-align: center;
    font-size: 4rem;

}

body  {
   background-color: rgb(6,6,6);
   color: rgb(6,6,6);

}
header{
    color: white;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
p{
    padding: 2em;
    font-size: 4em;
    color: azure;
}

