/* your styles go here */

.logo {
  position: relative;
  width:500px;
  height : 300px;
  padding: 20px;
}
.content {
    padding: 15px;
    margin: 15px;
    text-align: right;
    border-width: 5px;
    border-radius: 5px;
    direction: rtl;
    background-color: #e0f5cc
}