a:hover {
  color: #176666;
  }
  
.topics { 
  background-image: url("https://i.pinimg.com/736x/ba/21/8b/ba218b2e48eadf8c274249fa1202f515.jpg");
  background-size: cover;
  flex-grow: 3;
  height: 500px;
  border: 5px solid #088F8F;
  }
.writing {
  line-height: 2;
  flex-grow: 5;
  background-image: url("https://i.pinimg.com/736x/99/9b/4a/999b4aa5de06a9db3e7d274b0d740826.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: scroll;
  height: 500px;
  border: 5px solid #578316;
  }
.notePad {
  line-height: 2;
  text-align: center;
  padding-top: 100px;
  text-decoration: none;
  }
.blogOne {
  display: flex;
  justify-content: space-evenly;
   margin: auto;
  align-items: center;
  flex-direction: row;
  margin-top: 100px;
  width: 80%;
  }
  