/* Styles for the About page */

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #000;
  color: #fff;
}

.black {
  color: #000;
}

header {
  background-color: #00CED1;
  padding: 20px;
  text-align: center;
}

.logo {
  display: flex;
  justify-content: center;
}

.logo img {

  height: 70px;
}

nav {
  background-color: #008B8B;
  padding: 10px 0;
  text-align: center;
}

nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  font-size: 16px;
}

main {
  padding: 20px;
}

h2 {
  text-align: center;
}

.image-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.image {
  width: calc(25% - 10px); /* Adjust width as needed */
  position: relative;
}

.image img {
  width: px;
  height: 70px;
}

/* Text float right for every second image */
.image:nth-child(2n) p {
  float: right;
}

/* Text float left for every other image */
.image:nth-child(2n+1) p {
  float: left;
}

footer {
  background-color: #00FFFF;
  text-align: center;
  padding: 20px 0;
  color: #000;
}
p {
    text-align: center;
}
.p {
    width:368px;
    
    
}
.l {
    width: 368px;
}
.name{
  text-align: right;
}
.image-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
