body, html {
    height: 220%;
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1000px; /* Adjust this value based on your preference */
}

.image {
    max-width: 100%;
    height: atuo;
    display: block; /* Remove extra space below the image */
    margin-bottom: 20px; /* Add space between image and text */
}

.text {
    font-size: 50px; /* Adjust font size as needed */
    color: #fff;
}

.list{
    font-size: 40px;
    color:#fff;
}

.con{
	font-size:30px;
	color:#fff;
}