body {
    background-color: #DCDCDC;
    font-family: Courier New, monospace;
    font-size: 16pt;
}

table {
    border: 5px solid #483D8B;
    background-color: #87CEEB;
}

table td {
    border: 2px solid #F4A460;
}

.text1 {
    color: #6B8E23;
    font-size: 20pt;
    font-family: fantasy;
}

.text2 {
    color: #008080;
    font-size: 14pt;
    font-family: Times, Times New Roman, serif;
}

.mnem {
    color: blue;
    font-family: Comic Sans MS, Comic Sans, cursive;
    font-size: 20pt;
}

.mnem span {
    color: red;
    font-size: 40pt;
}

h1, h2 {
    /* Выравнивание текста пл центру */
    text-align: center;
}

.tx1 {
    background-color: red;
    width: 300px;
    font-size: 14pt;
    margin-top: 20px;
    margin-left: 350px;
    margin-bottom: 20px;
    text-indent: 40px;
    padding: 30px;
}

.tx2 {
    background-color: green;
    width: 500px;
    font-size: 14pt;
}

.tx3 {
    background-color: cyan;
    width: 700px;
    font-size: 14pt;
}

.foto {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    /*flex-direction: column;*/
}

.foto div {
    background-color: green;
    width: 300px;
    padding: 20px;
    height: 330px;
    border-radius: 5px;
}

.foto div img {
    border-radius: 15px;
}

.sport {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.icon {
    border : 2px solid #F4A460;
    justify-content: center;
    width: 100px;
    height: 150px;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    font-size: 12pt;
}

.text_home {
    padding-top: 15px;
}

.png-pycharm {
    display: flex;
    flex-direction: column;
}