/*
Theme Name:   templ
Text Domain:  templ
*/

body {
    background-color: #edf5ff;
    margin: 0;
}

.header {
    height: 200px;
    width: 100%;
    background-color: #fff;
}

.footer {
    height: 200px;
    width: 100%;
    background-color: #fff;
}