body {
    font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4 {
    font-family: "Nunito", sans-serif;
}

h3 {
    margin-bottom: 0;
}

ul li {
    margin-bottom: 10px;
}

.boxs {
    display: flex;
    margin-bottom: 20px;
}

.boxs .show-content {
    margin: 10px;
}


.show-content .btn {
    padding: 5px;
    width: 90%;
}

.text-example {
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 30px;
}

.text-example h4 {
    color: black;
    font-size: 30px;
    margin: 0;
}

.text-example p {
    color: #000000;
}

.text-2 {
color: #444;
font-family: Verdana;
font-feature-settings: "'liga' 1";
font-kerning: auto;
font-style: normal;
font-size: 1em;
font-weight: 400;
letter-spacing: 0;
line-height: 1.5em;
text-align: left;
text-decoration: none;
text-transform: none;
word-spacing: 0;
}

.text-3 {
    color: #444;
    font-family: Verdana;
    font-feature-settings: "'liga' 1";
    font-kerning: auto;
    font-style: normal;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    word-spacing: 0em;
}

.text-4 {
    color: #444;
    font-family: Verdana;
    font-feature-settings: "'liga' 1";
    font-kerning: auto;
    font-style: normal;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5em;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    word-spacing: 0.1em;
}

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

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

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

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