.nav-bar
{
  justify-content: space-between;
  list-style: none;
  align-items: center;
  display: flex;
  padding: 12px 20px; 
  background-color:white;
}
.bg{
  background-color: burlywood;
  
}
.space{
  margin-right: 20px;
}
.spacee{
  margin-left: 20px;
}
.textheader{
  font-family: Georgia, 'Times New Roman', Times, serif;;
  font-size: 25px;
  /* color:darkviolet; */
  /* color:rgb(203, 36, 161); */
  color:white;
}
.textheader:hover{
  color:rgb(203, 36, 161);
}

.bgbody{
  background-color: rgb(242, 236, 210);
}
.coloroffre{
  color:purple;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: x-large;
}
.police{
  font-family:Georgia, 'Times New Roman', Times, serif ;
  
}
.colorconnect{
  color:orange;
}
.titreapropos{
  color:orange;
  font-size: x-large;
}
#page {
  display: flex;
  justify-content: center;
  align-items: center;
}
  
#container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
  
  /* #h3 {
    color: rgb(82, 79, 79);
  } */
  
#ring {
  width: 190px;
  height: 190px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
}
  
#ring:nth-child(1) {
  border-bottom: 8px solid rgb(240, 42, 230);
  animation: rotate1 2s linear infinite;
}
  
  @keyframes rotate1 {
    from {
      transform: rotateX(50deg) rotateZ(110deg);
    }
  
    to {
      transform: rotateX(50deg) rotateZ(470deg);
    }
  }
  
#ring:nth-child(2) {
  border-bottom: 8px solid rgb(240, 19, 67);
  animation: rotate2 2s linear infinite;
}
  
  @keyframes rotate2 {
    from {
      transform: rotateX(20deg) rotateY(50deg) rotateZ(20deg);
    }
  
    to {
      transform: rotateX(20deg) rotateY(50deg) rotateZ(380deg);
    }
  }
  
#ring:nth-child(3) {
  border-bottom: 8px solid rgb(3, 170, 170);
  animation: rotate3 2s linear infinite;
}
  
  @keyframes rotate3 {
    from {
      transform: rotateX(40deg) rotateY(130deg) rotateZ(450deg);
    }
  
    to {
      transform: rotateX(40deg) rotateY(130deg) rotateZ(90deg);
    }
  }
  
#ring:nth-child(4) {
  border-bottom: 8px solid rgb(207, 135, 1);
  animation: rotate4 2s linear infinite;
}
  
  @keyframes rotate4 {
    from {
      transform: rotateX(70deg) rotateZ(270deg);
    }
  
    to {
      transform: rotateX(70deg) rotateZ(630deg);
    }
  }
  /* Improving visualization in light mode */
.hook{
  margin-top: 120px;
  font-size: 55px;
}

.img1{
height:400px;
width:900px;
}
.img2{
border-radius: 10px;
height:400px;
width:900px;
margin-top: 70px;
}
.img3{
border-radius: 10px;
height:450px;
width:900px;
margin-top: 70px;
}
.img4{
border-radius: 10px;
height:400px;
width:900px;
margin-top: 70px;
}


.flip-card {
    background-color: transparent;
    width: 245px;
    height: 270px;
    perspective: 1000px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 2em;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #240d29;
    border: 4px solid #c143da;
  }
  
  .profile-image {
    background-color: transparent;
    border: none;
    margin-top: 15px;
    border-radius: 5em;
    width: 120px;
    height: 120px;
    margin-left: 50px;
  }
  
  .pfp {
    border-radius: 35em;
    fill: #c143da;
  }
  
  .name {
    margin-top: 15px;
    font-size: 27px;
    color: #c143da;
    font-weight: bold;
  }
  
  .flip-card-back {
    background-color: #240d29;
    border: 4px solid #c143da;
    transform: rotateY(180deg);
    padding: 11px;
  }
  
  .description {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white
  }
  
  .socialbar {
    background-color: transparent;
    border-radius: 3em;
    width: 90%;
    padding: 14px;
    margin-top: 11px;
    margin-left: 10px;
    word-spacing: 24px;
    color: white;
  }
  
  .socialbar svg {
    transition: 0.4s;
    width: 20px;
    height: 20px;
    color: #c143da
  }
  
  .socialbar svg:hover {
    color: white;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  

  body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
}

.footer {
  background-color: burlywood;
  color: black;
  padding: 20px 0;
  text-align: center;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}
.footer-column h3 {
  border-bottom: 1px solid #777;
  padding-bottom: 10px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  margin: 10px 0;
}
.footer-column ul li a {
  color: black;
  text-decoration: none;
}
.footer-column ul li a:hover {
  text-decoration: underline;
}
.social-icons {
  display: flex;
  justify-content: center;
}
.social-icons a {
  color:blue;
  font-size: 20px;
  margin: 0 10px;
  text-decoration: none;
}
.social-icons a:hover {
  color: #ddd;
}
@media (max-width: 600px) {
  .footer-container {
      flex-direction: column;
      align-items: center;
  }
}

