.setImage {
    height: 200px;
    width: 300px;
    
}

.borderMe {
    border: 2px solid black;
    margin: 15px 50px 0 50px;
}

.smallerSection {
    padding: 1.5rem 1.5rem;
}