
    html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
      background-color: black; /* Fills the space around the image */
    }

    body {
      background: url('https://github.com/ucho-thedestroyer/Io/raw/Backup/docs/gal/cak/01/cultureandkindred01.jpg') no-repeat center center fixed;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

  #info-circle {
    position: fixed;
    bottom: 20px;
    right: 10vw;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: transform 1000ms ease-in;
    background-color: rgba(255,236,96,0.4);
    z-index: 99;
}
#info-circle > div {
	font-family: josefin Sans;
	font-weight: 600;
    width: 80px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
