@charset "UTF-8";

body{
    background-color: black;
    text-align: center;
    }

    h1{
     color: white;
    }

    p{
        color: white;
    }