* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  min-height: 100vh;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  margin: 0;
}

.publications-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  }

  


.publications-subelement {
  text-align: left;
  margin-left: 20px;
  }

  
.topcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* div {
  display: block;
} */

.container {
  position: relative;
  align-items: center;
  justify-content: center;
}

.childcontainer {
  width: 50px;
  height: 50px;
  background-color: red;
  /* Center horizontally*/
  margin: 0 auto;
}

.profile-photo {
  position: absolute;
  border-radius: 50%;
  width: 25%;
  padding: 0px 20px;
  }

section {
  /* position is static by default */
  margin-left: 25%;
  margin-right: 0%;
}

.publications-content {
  margin-left: 25%;
  margin-right: 25%;
  }

.art-content {
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  }