body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#intro {
  padding-top: 20px;
}

#img {
  display: flex;
  align-items: center;
}

#img2 {
  padding-left: 20px;
}

#myimg {
  padding: 0px 15px 5px 0px;
}

#fr1 {
  margin: 0%;
  padding: 10px 0px 5px 0px;
  font-size: 21px;
  font-weight: bold;
}

#fr2 {
  margin: 0%;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}

#nv0 {
  font-size: 21px;
  font-weight: bold;
}

#nv1,
#nv2,
#nv3 {
  padding-bottom: 4px;
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}

.card-front {
  background-image: linear-gradient(to bottom right, black, black, red, black);
  color: white;
}

#pro {
  color: white;
  text-decoration: wavy;

}

#bc1 {
  margin: 0%;
  font-size: 24px;
  font-weight: bold;
}

#pro1 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
}

#bc2 {
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
}

.card-back {
  background-image: linear-gradient(to bottom right, black, black, red, black);
  color: white;
  transform: rotateY(180deg);
}

.card-scene {

  width: 50%;
  height: 50%;
  perspective: 1000px;
}

.card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.card-scene:hover .card {
  transform: rotateY(180deg);
}

.card-face {
  box-shadow: 0px 2px 1px 2px black;
  position: absolute;
  width: 500px;
  height: 100%;
  backface-visibility: hidden;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;

}


.icn {
  margin-bottom: 50px;
  padding-left: 80%;
}

#soco {
  margin: 0%;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Courier New', Courier, monospace;
}