body {
    background-color: rgb(0, 0, 0);
}
h1{
    font-size: 36px;
    color: #ff0000;
    text-align: center;
    margin-bottom: 20px;
    background-color: rgb(148, 0, 0);
    border: 5px double rgb(255, 0, 0);
    border-radius: 5px;
}
p{
    font-size: 16px;
    color: #0099ff;
    background: rgb(8, 0, 121);
    border: 5px rgb(1, 186, 211) double;
     border-radius: 5px;
}
li{
    font-size: 14px;
    color: #66ff00;
    margin-bottom: 10px;
    background-color: rgb(32, 112, 0);
    border: 5px rgb(0, 202, 44) double;
     border-radius: 5px;
      text-align: center;
}
img{
    width: 800px;
    height: 500px;
    border-radius: 100px;
    border-style: double;
    border-color: gold;
    margin-left: 675px;
}
button{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 0, 0);
    padding: 10px 20px;
    border: rgb(53, 0, 0) 2px rigid;
    border-radius: 5px;
    cursor: grab;
     text-align: center;
}
ul{
    list-style-type:circle;
}
h2{
    color:#ff0000;
    text-align: center;
    background-color: rgb(148, 0, 0);
    border: 5px double rgb(255, 0, 0);
    border-radius: 5px;
}
.div1 {
    background-color: rgb(255, 187, 0);
    border-radius: 50px;
    width: 200px; /* Сделаем уже */
    height: 1500px; /* Сделаем выше */
    border: 10px double rgb(255, 0, 0);
    margin: 20px auto;
    display: flex;
    gap: 20px;
    flex-direction: column; /* Вертикальное направление */
    justify-content: space-around;
}
.p1{
    color:#0099ff;
    background: rgb(8, 0, 121);
    border: 5px rgb(1, 186, 211) double;
     border-radius: 5px;
}
.p2{
    color:#2bff00;
    background: rgb(20, 121, 0);
    border: 5px rgb(51, 255, 0) double;
     border-radius: 5px;
     font-size: 20px;
}
.p3{
    color:#ff0000;
    background: rgb(136, 0, 0);
    border: 5px rgb(255, 0, 0) double;
     border-radius: 5px;
     font-size: 24px;
}
.p4{
    display: flex;
    justify-content: center;
    align-items: center;
}
.h21{
    color:#2bff00;
    background-color: green;
    border-radius: 5px;
    border-color: mediumseagreen; 
}
