.img-responsive img { 
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    width:  300px;
    height: 300px;
    background-position: 100% 100%;
    background-repeat:   no-repeat;
    background-size:     cover;
}

.logo {
    margin-top: 50px;
    margin-left: 50px;
}

h1 {
    margin: 50px;
}

p {
    margin: 50px;
}
