.container{
    margin: 20px auto;
    padding: 7px 12px;
    background-color: white;
}
h3{
    font-size: 18px;
    font-weight: bold;
}
p{
    margin: 5px;
    text-indent: 1em;
    font-size: 14px;
}
.technologyPicture{
    width: 50%;
    margin: 15px auto;
}
.technologyPicture img{
    width: 100%;
}
@media screen and (max-width: 600px){
    .technologyPicture{
        width:80%;
    }
}
