h1{
    color: rgb(43, 43, 137);
    font-size: 64px;
}

.flexbox{
    display: flex;
    gap: 20px;
    flex-wrap:wrap;
    justify-content: center;
}


.flexbox div {
    width: 200px;
    background-color: rgb(14, 1, 1);
    color: red;
}

img {
width: 100%;
}
