// This file is included in the project by being required in the app.js file .bordered-component

border: 4px solid gray
border-radius: 10px
margin: 10px 20px
padding: 20px 40px
word-wrap: break-word
background-color: rgba(black, 0.05)

h2
  text-align: center
  margin-top: 0

.info-block
  display: inline-block
  margin: 4px 7px

.source
  font-style: italic
  font-size: 15px
  color: rgba(black, 0.7)
  text-align: center
  margin-bottom: 15px

  code
    font-weight: bold

  i
    margin-left: 4px

aside.source

text-align: center
color: darkblue
font-size: 20px
margin: 20px 0 35px

.react-logo

width: 40px
margin-bottom: -13px
margin-right: 10px
border-radius: 50%