*{
    margin: 0;
    padding: 0;
}
html, body{
    background-color: #212529;
}
header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15vh;
}
header img{
    margin-right: 30px;
    width: 100px;
}
#header-mc{
    background: #550DFF;
    background: linear-gradient(to right, #550DFF 0%, #8E4EFC 100%);
    color: #ffffff;   
}
#header-home{
    background-color: #a40606;
    background-image: linear-gradient(315deg, #a40606 0%, #d93924 100%);
    color: #ffffff;
}
a{
    text-decoration: none !important;
    color: #ffffff !important;
}
.btn-primary{
    background-color: #343a40 !important;
    border: none !important;
}
section{
    background-color: #212529;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 85vh;
}   
i{
    margin-right: 5px;
}
#enchant-accordion{
    width: 80%;
    background-color: #343a40 !important;
}
.accordion, .accordion-item, .accordion-header, .accordion-button, .accordion-body{
    background-color: #343a40 !important;
    color: #ffffff !important;
}
.card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.form-control, .input-group-text{
    background-color: #1b1f22 !important;
    border: none !important;
    color: #ffffff !important;
}
.form-check-input{
    background-color: #343a40 !important;
}
.card{
    border: #1b1f22 solid 3px !important;
    background-color: #1b1f22 !important;
}
.card-body{
    background: #550DFF;
    background: linear-gradient(to right, #550DFF 0%, #8E4EFC 100%);
    box-shadow: inset 0.5px -1px 5px 0.5px #1b1f22 !important;
}
.accordion-button:focus, textarea:focus, textarea:focus-visible, input:focus, input:focus-visible, button:focus, button:focus-visible{
    box-shadow: 0 0 0 0.25rem #8a49fd40 !important;
    border: none !important;
    outline: 0 !important;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.container-textarea{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
label, textarea{
    color: #ffffff;
    background-color: #1b1f22;
}
label{
    width: 100%;    height: 50px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-bottom: 2px solid #ffffff40;
}
label p{
    margin: 0 !important;
    width: 70%;
}
textarea{
    width: 100%;
    border: none;
    border-radius: 0 0 10px 10px;
    height: 200px;
    resize: none !important;
    padding: 5px;
    margin-bottom: 30px !important;
}
#copy:hover{
    color: #550DFF;
}
#copy{
    cursor: pointer;
}