

.App {
  text-align: left;
  margin: 20px 10px 10px 50px;
  overflow: hidden;
}

.App-content {  
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  font-size: calc(8px + 2vmin); 
  overflow: hidden;
}

.App-link {
  color: #61dafb;
}
