.content .title {
  color: black;
}

.content .description {
  color: black;
}

.dropbtn{
  color: black;
  border-bottom: 1px solid black;
}

.dropdown-content a{
  color: black;
  text-wrap: nowrap;
}


@media (max-width: 650px){
  .content{
    top: 25%;
  }
  .content .title {
  color: white;
}

.content .description {
  color: white;
}

.dropbtn{
  color: white;
  border-bottom: 1px solid white;
}

.dropdown-content a{
  color: white;
}
}