body {
  background-color: white;
  color: black;
  font-family: Arial, sans-serif;
}
* {
  gap: 1rem;
  padding: 0.5rem;
  margin: 0;
}
.dark-mode{
  background-color: black;
  color:white;
  font-family: Arial, sans-serif;
}
.paragraph1 {
  margin-left: 0px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.rightButton {
  margin-left: 0px;
  position: relative;
  justify-content: right;
  display: flex;
  align-items: center;
  width: 95%;
  size: 5rem;
}
.buttonImg{
  padding: 0;
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: centers;
}
.img_display1 {
  width: 150px;
  height: auto;
  display: inline-block;
}

.img_display2 {
  width: 150px;
  height: auto;
  max-width: "100%";
  display: inline-block;
  align-items: center;
}

.row {
  display: flex;
  justify-content: space-between; /* pushes items to the edges */
  align-items: center; /* vertical centering */
  gap: 2em; /* optional spacing between items */
  padding: 0.5rem;
}
.leftText{

}
.rightText {
  /* optional styling */
}
