.logo-box{
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-box img{
  max-width: 300px;
}

.header-box{
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.header-box img{
  max-height: 40px; 
  width: auto;
}