/*
Theme Name: Test Theme
Theme URI: http://example.com/
Description: Barebones starter theme for learning WordPress.
Version: 1.0
Author: Erik
Text Domain: test-theme
*/

body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #84b990;
  color: #fff;
  padding: 2rem;
}

.theme-demo {
  margin-top: 1rem;
}

