This custom class has been created to adjust the size of the div tag and add margins in order to center the elements within the div.
.adjust-width {
width: 900px;
position: center;
margin-top: 50px;
margin-bottom: 100px;
margin-right: 150px;
margin-left: 250px;
}
Strong text centered.