body, html {
  height: 100%;
  margin: 0;
}
body {
	background-image: url('main-bg.jpg');
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
	position:relative;
}
.container {
  height: 100vh;
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center;    
  text-align: center;
}

.imagem {
  height: 30vh;
  margin-bottom: 15px;
}
h1, h2 {
	color: #0C6DC5;
}
h1 {
	margin-bottom: 25px;
}
.copyright {
	position: absolute;
	bottom: 10px;
	right: 25px;
	color: #FFF;
	font-size: 0.8rem;
}