.container {
    width: 80%;
    margin: auto;
    text-align: center;
}

img {
    width: 300px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(241, 2, 2, 0.3);
    margin-top: 15px;
}
