body {
  background-color: #111010;
}

.lesson-container {
  display: flex;
  justify-content: center;
  background-color:  #2E2B2B;
  padding-bottom: 10px;
}

.lesson-title {
  font-size: 35px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: bold;
  text-decoration: underline;
  color: #2480E8;
}

.present-container, .past-container {
  display: flex;
  justify-content: left;
  margin-top: 75px;
  width: 80px;
  background-color: #2480E8;
}

.Present-text, .Past-text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  width: 100%;
  height: auto;
  background-color: #2E2B2B;
  margin-top: 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
}

.container-2 {
  width: 100%;
  height: auto;
  background-color: #2E2B2B;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
}

.box {
  width: 30%;
  height: 200px;
  background-color: white;
  color: #2480E8;
  margin: 15px;
  border: 3px solid #2480E8;
  text-align: center;
  font-size: 45px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  
}

.verb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: black;
  text-decoration: none;
}

@media (max-width: 320px) {
  .lesson-title {
    font-size: 23px;
  }
 
  .box {
    width: 40%;
    font-size: 25px;
    height: 135px;
  }


  .Present-text, .Past-text {
    font-size: 15px; 

  }

  .verb {
    font-size: 12px;
  }

  .present-container, .past-container {
    width: 60px;
  }
}

@media (max-width: 700px) {
  .lesson-title {
    font-size: 23px;
  }
 
  .box {
    width: 40%;
    font-size: 25px;
    height: 135px;
  }


  .Present-text, .Past-text {
    font-size: 15px; 

  }

  .verb {
    font-size: 12px;
  }

  .present-container, .past-container {
    width: 60px;
  }
}
  

@media (max-width: 1024px) {
  .lesson-title {
    font-size: 23px;
  }
 
  .box {
    width: 40%;
    font-size: 25px;
    height: 135px;
  }

  .Present-text, .Past-text {
    font-size: 15px; 

  }

  .verb {
    font-size: 12px;
  }

  .present-container, .past-container {
    width: 60px;
  }
}
   