/*
Theme Name: Tema Temporário
Theme URI: https://seudominio.com/
Author: Seu Nome
Description: Tema temporário com logo centralizada
Version: 1.0
*/

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #002855;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.logo {
  max-width: 80%;
  height: auto;
}
