body {
  color: black;
}

body {
  text-align: center;
}

body {background-color: #c3c3c3;}

        /* Import font family to use from Google Fonts */
        @import url(
'https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

        body {
            font-family: "Nunito", sans-serif;
        }
        
