@import url(https://fonts.googleapis.com/css?family=Raleway);
body {
  background-color: azure;
  font-family: 'Raleway', sans-serif; }

header {
  background-color: #98badb;
  padding: 25px;
  margin-top: -10px; }
  header h1 {
    color: #fd7b2f; }
  header h3 {
    color: white; }
  header h5 {
    text-align: center; }
    header h5 a {
      color: white; }

#steps {
  width: 50%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto; }
  #steps h3 {
    color: #fd7b2f; }
  #steps p {
    text-align: left; }
  #steps img {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
