.individual-card {
    margin: auto;
    text-justify: distribute-all-lines;
    justify-items: center;
    justify-content: center;
    width: auto;
    border-radius: 15px;
    padding-bottom: 1vh;
}

.individual-card .info-header {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 2vh;
}

.individual-card .info-header h3 {
    margin: 3vh;
    position: sticky;
}

.individual-card .info-header i {
    margin: 0.3vh;
    position: relative;
    color: white;
    text-shadow: 0px 4px 0px rgb(115, 146, 224);
    font-size: 3.5vh;
    padding-left: 2vh;
}

.individual-card .info-container {
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.945);
    text-align: justify;
    text-justify: distribute-all-lines;
    padding-bottom: 3vh;
}

.individual-card .info-container p {
    padding-top: 3vh;
    text-indent: 3vh;
    margin: 3vh;
}