/*
Theme Name: My Hello World Theme
Author: Your Name
Description: A simple hello world theme.
Version: 1.0
*/

body {
    font-family: sans-serif;
    text-align: center;
    padding-top: 50px;
}