/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Tema filho para Hello Elementor
 Author:       Romulo
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
body {
  position: relative;
  min-height: 100vh;
  padding-bottom: 200px; /* altura do rodapé */
}

#colophon {
  position: absolute;
  bottom: 0;
  width: 100%;
}