main, .cenva {
    margin-top: 30px;
    width: 1000px;
    display: flex;
    flex-flow: column;
}

body {
    background-color: #f1f1f145;
}

h1 {
    font-size: 50px;
    background:-webkit-linear-gradient(-70deg, #2188ff 10%, #2db8ce 20%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    margin-top: 50px;
}

h3 {
    color: #5d5d5d;
}

.content {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

code {
    padding: 10px;
    color: white;
    border-radius: 10px;
    background-color: rgb(91, 91, 91);
}

.docs p {
    padding-top: 20px;
    padding-bottom: 10px;
}

.w-content p {
    margin-top: 30px;
}


li::marker {
    color: black;
}

table {
    width: 100%;
}

img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    border-radius: 20px;
}

thead {
    background-color: rgb(235, 235, 235);
}

.color_p {
    width: 100%;
     height: auto;
     margin-top: 20px;
    object-fit: scale-down;
}

input[type="checkbox"] {
    accent-color: #2188ff;
    width: 20px;
    height: 20px;
}

.checkboxs li {
    margin-bottom: 20px;
}

.checkboxs {
    list-style-type: none;
    align-items: center;
}

.color {
    padding: 20px;
    text-align: center;
    margin: 20px;
    width: 100px;
    height: 50px;
}

.f1 {
    color: white;
}

.f2 {
    color: black;
}

.box-color {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box-color {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}