* {
  margin:0;
  padding:0;
  box-sizing: border-box;
  outline: 0;
}
.main {
  display: flex;
  flex:1;
  height: 100vh;
  background:#FFE10B url('./assets/galpao.jpg') center center no-repeat;
  background-size: cover; 
}
#logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  max-width:450px;
  padding:50px;
}
#logo img {
  width: 100%;
}