/* .main-container {
    text-align: center;
} */

body {
    font-family: 'Rubik', sans-serif;
    padding-top: 50px;
    font-size: 16px;
    /* margin-top: 100px; */
}

.name-title {
    font-size: 25pt;
    text-align: center;
}

.main-container {
    height: 200px;
    width: 50%;
    /* position: absolute; */
    border: black;
    border-style: double;
}

.center {
    margin: auto;
    width: 80%;
    border: 1px;
    padding: 1px;
}

.publications {
    font-size: 12px;
}

.news {
    font-size: 14px;
}

.publication-title {
    font-size: 14px;
    color: black;
}

.ion-icon {
    font-size: 20px; 
    zoom: 1.5;
}

.unavailable {
    color : red;
}
ion-icon {
    pointer-events: none;
  }