body {
    background-color: #f2f2f2;
}

canvas {
    display:block;
  }
  
  #particles-js {
      width: 100vw;
    width: 100%;
    height: 100%;
    /* background-color: #FFFFFF; */
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display:block;
    position: absolute;
  }

  #containCat {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #dailyCatFlex {
      display: flex;
      flex-direction: column;
  }

  #dailyImage {
    text-align: center;
  }

  img {
    border-radius: 20px;
    max-height: 80vh;
    max-width: 80vw;
  }
  
  im123g {
    width: 60vw;
    border-radius: 20px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  im1231g {
      border-radius: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
  }

  #dailyCatText {
    color: #3388e2;
    padding-bottom: 20px;
    text-align: center;
  }

  #source {
    color: #8f8fa1;
    padding-top: 10px;
    text-align: center;
    margin-top: -5px;
  }

  #source a {
    font-weight: bolder;
    text-decoration: underline;
  }

  #goback {
    position: absolute;
    width: 45px;
    top:0;
    left:0;
    margin-left: 5px;
    margin-top: 5px;
  }