.Container{
    width: 60vw;
    margin: 0 auto;
}
p, h1{
    margin: 0;
    padding: 0;
}

.destack{
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    text-align: justify;
    font-weight: bold;
}

.topicPart{
    font-size: 1.1rem;
    text-align: left;
    font-weight: bold;
}

a{
    color: black;
}

p, li{
    color: rgb(48, 48, 48);
}

h2{
    text-align: center;
}

h3{
    text-align: justify;
}

h1, h2, h3, b, .destack{
    color: rgb(24, 24, 24);
}

ul{
    margin-left: 1rem;
}

.textDestack{
    font-weight: 600;
    color: rgb(77, 77, 77);
}

.minText{
    font-size: 0.85rem;
}