body
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

#homeboxes
{
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      background-attachment: fixed;
      height: 100vh;
}

#homeboxes.infobox
{
     position: relative;
     max-width: 600px;
     padding: 50px;
     box-shadow: 0 5px 15px rgba(0,0,0,.5);
     overflow: hidden;
     color: #000;
}

#homeboxes.infobox:before
{
     content: '';
     position: absolute;
     top: -20px;
     left: -20px;
     right: -20px;
     bottom: -20px;
     background-attachment: fixed;
}

#homeboxes .infobox h2
{
     position: relative;
     margin: 0 0 20px;
     padding: 0;
     font-size: 48px;
     text-transform: uppercase;
     z-index: 2;
}

#homeboxes .infobox p
{
     position: relative;
     margin: 0;
     padding: 0;
     font-size: 18px;
     z-index: 2;
}
