/*
Theme Name: Leister Displays
Theme URI: https://timleister.com
Author: Tim Leister
Author URI: https://timleister.com
Description: A WordPress theme with no header or footer on full-width pages.
Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.full-width-page {
    width: 100%;
    margin: 0;
    padding: 0;
}
