#body {
  min-height: 870px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EBF3FF;
  background-size: cover;
  height: calc(100vh - 250px - 98px); }
  #body #not-found-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 85%;
    max-height: 610px;
    width: 615px; }
    #body #not-found-content img {
      max-width: 820px;
      width: 100%;
      height: 48%; }
    #body #not-found-content #not-found-text-content {
      height: 24%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; }
      #body #not-found-content #not-found-text-content span#not-found-text {
        font-family: 'Swansea', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 21px;
        text-align: center;
        color: #333333;
        opacity: 0.9; }
      #body #not-found-content #not-found-text-content span#message {
        font-family: 'Switzer', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #333333;
        text-align: center;
        opacity: 0.9;
        margin-bottom: 30px; }
      #body #not-found-content #not-found-text-content a#go-to-homepage {
        width: 160px;
        height: 44px;
        max-width: 600px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: 'Switzer', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 44px;
        background: #0080FF;
        border-radius: 10px; }

@media screen and (max-width: 850px) {
  #body {
    height: calc(100vh - 280px); }
    #body #not-found-content {
      height: 80%;
      width: 615px; }
      #body #not-found-content img {
        width: 80%;
        height: 40%; }
      #body #not-found-content #not-found-text-content {
        justify-content: space-around;
        height: 28%; }
        #body #not-found-content #not-found-text-content span#not-found-text {
          font-weight: 600;
          font-size: 32px; }
        #body #not-found-content #not-found-text-content span#message {
          font-size: 15px;
          margin-bottom: 30px; }
        #body #not-found-content #not-found-text-content a#go-to-homepage {
          width: 50%;
          height: 36px;
          max-width: 600px;
          font-size: 14px;
          line-height: 44px; } }
@media screen and (max-width: 450px) {
  #body {
    height: calc(100vh - 278px - 50px); }
    #body #not-found-content {
      height: 80%;
      justify-content: space-evenly; }
      #body #not-found-content img {
        width: 300px;
        height: 30%; }
      #body #not-found-content #not-found-text-content {
        min-width: 310px;
        height: 28%; }
        #body #not-found-content #not-found-text-content span#not-found-text {
          font-weight: 600;
          font-size: 25px; }
        #body #not-found-content #not-found-text-content span#message {
          font-size: 10px;
          margin-bottom: 30px; }
        #body #not-found-content #not-found-text-content a#go-to-homepage {
          max-width: 400px;
          font-size: 12px; } }

/*# sourceMappingURL=not-found.css.map */
