.not-found-page-contents{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;min-height:100%;margin:20px 0}.not-found-page-contents .image-container img{width:200px;height:200px}.not-found-page-contents .text-container{display:flex;flex-direction:column;align-items:center}.not-found-page-contents .text-container .not-found-heading{color:var(--dark-purple);font-weight:600;font-size:100pt;text-shadow:2px 2px 6px gray;margin:0}.not-found-page-contents .text-container .not-found-subheading{color:var(--dark-purple);font-weight:600;margin:10px 0}.not-found-page-contents .text-container p{margin:2px}@media only screen and (max-width: 765px){.not-found-page-contents{flex-direction:column;justify-content:center}}
