/**
 * Theme Name: my-theme
 * Template:   twentytwentyfive
 * ...other header fields
 */

body{
    background-color:#f5f5f5;
}

* {
    box-sizing: border-box;
}