/*Mobile-------------------------------------*/
@media only screen and (max-width: 799px) {
  .content-404-parent {
    display: flex;
    justify-content: center;
    background-color: var(--main-blue);
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .text-404 {
    color: white;
    font-size: 1.5em;
  }

  .image-1-404 {
    width: 100%;
    border-radius: 10px;
    border: 5px solid white;
  }
  .home-btn-container-404 {
    background-color: white;
    border-radius: 50px;
    display: inline-block;
    padding: 0.5em  1.5em;
    margin-top: 2em;
  }
  
  .home-btn-404 {
    font-size: 1.5em;
    color: var(--main-blue);
    text-decoration: none;
  
  }
}


/*Desktop and Tablet-------------------------------------*/
@media only screen and (min-width: 800px) {
  .content-404-parent {
    display: flex;
    justify-content: center;
    background-color: var(--main-blue);
    padding: 5em 2em;
  }
  .text-404 {
    color: white;
    font-size: 1.75em;
  }
  .image-1-404 {
    width: 70%;
    border-radius: 10px;
    border: 5px solid white;
    margin: 1em;
   
  }
  .home-btn-container-404 {
    background-color: white;
    border-radius: 50px;
    display: inline-block;
    padding: 1em 4em;
    margin-top: 2em;
  }
  
  .home-btn-404 {
    font-size: 1.75em;
    color: var(--main-blue);
    text-decoration: none;
  
  }
}

.two {
  padding-bottom: 1em;
}
.three {
  padding-top: 2em;
  padding-bottom: 1em;
}
.content-404-child {
  text-align: center;
  padding: 2em;
}