header {
    background-image: url(./images/ball.png);
    background-size:cover;
    background-position: center;
    justify-content:center;
    display: flex; 
    align-items: center;
    justify-content: center;
}

.header-content {
    display: flex; 
    justify-content: space-between; 
    align-items: center;  
}

.header-content__right {
    display: flex;
    gap: 20px;
}

.icon {
    width: 24px; 
    height: 24px;
}

.container {
    max-width: 1100px; 
    padding: 0 20px; 
}

.content-block {
    display: flex; 
    align-items: flex-start; 
    gap: 40px; 
    margin-bottom: 60px; 
    background-color: white;
    padding: 30px;
    border-radius: 8px;
}

.image-content {
    flex: 1; 
    min-width: 250px;
    text-align: center; 
}

.image-content img {
    max-width: 100%; 
    border-radius: 6px;
}

h1, h2, h3 {
    color: rgb(216, 123, 201);
    margin-top: 0;
    margin-bottom: 15px;
}

ul, ol {
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 8px;
}

.main-rule {
    font-weight: bold;
    color: red;
    text-align: center;
    margin-top: 30px;
    padding: 15px;
    background-color: #fff3e0;
    border-left: 4px solid #ffa500;
    border-radius: 4px;
}

.header-content {
    width: 95%;
    padding: 10px 15px;
}

.content-block, .content-block.reverse-columns {
    gap: 20px;
    padding: 20px;
}

.text-content, .image-content {
    width: 100%;
}

.main-rule {
    padding: 10px;
}