#discord {
    margin: auto;
    width:fit-content;
    padding: 15px;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid var(--main-color);
    margin-bottom: 100px;
}

#discord a {
    color: var(--main-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
}

#discord a:hover,#discord a:active {
    color: var(--main-color-hover);
}

#discord:hover, #discord:active {
    border: 1px solid var(--main-color-hover);
}

.section-part {
    background-color: rgb(214, 214, 214);
    padding: 20px;
    max-width: 800px;
    margin: auto;
    border-radius: 10px;
    border: 2px solid black;
    color: black;
    margin-bottom: 40px;
}

#section-end {
    margin-bottom: 800px;
}

.section-part h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.section-part p {
    text-align: center;
}

