body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0px;
    text-align: center;
    background-color: #f2f2f2;
}


h1 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;

    color: #333;
}

p {
    margin: 0em 0;
}


ul {
  padding-left: 0px;
  text-align: center;
  list-style-position: inside;
}

img {
    width: 12em;
    border-radius: 50%;
}

.publication {
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    white-space: fit-content;
    max-width: 1000px;
    margin: auto;
  }

  .publication h2 {
    margin: 0;
    font-size: 20px;
    color: #333;
  }

  .publication p {
    margin: 5px 0;
    font-size: 16px;
    color: #666;
  }
  
  .publication.misc-work {
    /* Add your desired background color for the "Misc. Work" section */
    background-color: #dadeeb;
}

.separator {
    height: 30px;
    background-color: #f2f2f2;
    border-radius: 5px;
}


.footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.footer p, .footer ul {
  margin: 0;
}

.footer ul {
  list-style: none;
  padding: 10px 0;
}

.footer ul li {
  display: inline-block;
  margin: 0 10px;
}

.footer ul li a {
  color: #fff;
  text-decoration: none;
}

/* Center the GitHub logo and text within the footer */
.github-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.github-logo img {
  margin-bottom: 5px;
  max-width: 75px;
}



#particles-js {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 20hv;
  background-color: transparent; /* Background color */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

