body {
    margin: 0;
    padding: 0;
    background-color: #0d1117; /* темно-синий фон */
    color: #2e9e42; /* зеленый цвет текста */
    font-family: monospace;
}

.console {
    width: 100%;
    margin: 1pt auto;
    background-color: #0d1117; /* темно-синий фон */
    text-align: left;
}

.neofetch {
    font-size: 0.72px;
    letter-spacing: 0.1px;
    line-height: 1px;
    padding: 2px;
    color: #6567d3;
    float: left;
}

.two-color-text {
/* Размер текста */
    font-weight: bold; /* Жирный шрифт */
}

.blue-text {
    color: #6567d3; /* Синий цвет текста */
}
.green-text {
    color: #2e9e42; /* Зеленый цвет текста */
}

#colorful-squares {
    display: flex;
}

.square {
    width: 24px;
    height: 17px;
}

.black {
    background-color: rgb(52,56,81);
}

.red {
    background-color: rgb(241,78,79);
}

.green {
    background-color: rgb(1,131,100);
}

.yellow {
    background-color: rgb(235,167,85);
}

.blue {
    background-color: rgb(9,99,158);
}

.purple {
    background-color: rgb(192,50,129);
}

.cyan {
    background-color: rgb(32,144,246);
}
.gray {
    background-color: rgb(225,226,231);
}

.light-black {
    background-color: rgb(139,144,164);
}

.light-red {
    background-color: rgb(254,114,115);
}

.light-green {
    background-color: rgb(62,213,188);
}

.light-yellow {
    background-color: rgb(252,195,124);
}

.light-blue {
    background-color: rgb(136,159,193);
}

.light-purple {
    background-color: rgb(254,124,196);
}

.light-cyan {
    background-color: rgb(67,166,254);
}
.light-gray {
    background-color: rgb(254,254,254);
}

h1 {
    font-size: 24px;
}