body > label[for="hdr-nav"] {
  display: none;
}

body > header {
  left: 0;
  height: 3.8rem;
  width: 100vw;
  background-color: rgb(227, 81, 39);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body > header > nav {
  position: static;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 100%;
  
  
}

body > header > nav > a {
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  align-items: center;
   height: 100%;
}

body > header > nav > a:hover {
  background-color: rgba(255, 255, 255, 0.79);
}

body > header > h1 {
  display: block;
  font-size: 2rem;
  color: whitesmoke;
  padding-left: 2.5rem;
  
}

body > main {
  justify-content: center;
  background-image: url("../img/pexels-photo-373076.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body > main > h1 {
  display: none;
}

body > main > h3 {
  font-size: 2.6rem;
  padding: 0 1rem;
  color:  rgb(227, 81, 39);
}

.box {
  max-width: 600px;
  margin: 0 auto;
  padding: 1.5rem;
  
}

footer {
  display: flex;
  flex-flow: row;
}

footer h1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
 
}

.info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  
}

