/*
Theme Name: Tema Minimala
Theme URI: https://example.com
Author: Alfred
Description: Tema minimala custom HTML
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}
