/*
Theme Name: Midnight Whimsy
Theme URI: https://example.com
Author: Andreas
Description: Ein verspieltes, dunkles und dennoch freundliches WordPress-Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: midnight-whimsy
*/

body {
  margin: 0;
  padding: 0;
  background-color: #1e1e1e;
  color: #f0f0f0;
  font-family: 'Poppins', sans-serif;
}
a {
  color: #ff8fa3;
  text-decoration: none;
}
a:hover {
  color: #ffc6d0;
}
