body {
    background-color:black;
    color: bisque;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .pulak {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 50%;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right:10px;
}
.container .Aditya {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 50%;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right:10px;
}

img {
    width: 400px;
    height: 400px;
}
h1, img, li {
    padding-left: 20px;
}

@media only screen and (max-width: 1200px){
    img {
        width: 400px;
        height: 400px;
    }
    .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container .pulak {
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        width: 50%;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-right:10px;
    }
    .container .Aditya {
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        width: 50%;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-right:10px;
        }
}
@media only screen and (max-width: 600px) {
    img {
        width: 250px;
        height: 250px;
    }
    .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container .pulak {
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        width: 50%;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-right:15px;
    }
    .container .Aditya {
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        width: 50%;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-right:15px;
        }
        h1 {
            font-size: medium;
        }
}