body {
 background-color: black;
 color: white;
 font-family: 'Source Sans Pro', sans-serif;
}
h1 {
  background-color: rgba(146, 6, 6, 0.556);
  display: flex;

}
.bar {
  width: 100%;
  background-color: rgba(146, 6, 6, 0.556);
  overflow: auto;
  display: flex;
}

.bar a {
  float: left;
  padding: 30px;
  color: white;
  text-decoration: none;
  font-size: 28px;
  width: 30%;
  text-align: center; 
}

.bar a:hover {
  background-color: rgb(20, 130, 33);
}
img {
  width: 500px;
  height: 500px;
  border-radius: 5px;
}
#selfie {
  margin-left: -250px;
}
#images {
  margin: auto;
 justify-content: space-evenly;
  display: flex;
  margin-top: 30px;
  }
p {
  font-size: 2em;
  width: 80%;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 5px;
}

h3{
  margin-left: 260px;
  font-size: 2em;
  display: flex;
}


.card-container {
  position: absolute;
  width: max-content;
  height: max-content;
  background: none;
  top: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card {
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.8s ease;
}
.front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  text-align: center;
  margin-right: 1000px;
}
.back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: purple;
  color: white;
  margin-right: 1000px;
  transform: rotateY(180deg);
}
.flipCard {
  transform: rotateY(180deg);
}
div.card.card.flipCard {
  width: 1000px;
  /* margin-right: 1000px; */
}
div.card-container{
  margin-right: 1000px;
}
.card-reg {
  position: absolute;
  width: max-content;
  height: max-content;
  background: none;
  top: 1000px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cardReg {
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.8s ease;
}
.frontReg {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  text-align: center;
  margin-right: 1000px;
}
.backReg {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: purple;
  color: rgb(10, 9, 9);
  margin-right: 1000px;
  transform: rotateY(180deg);
  
}
.flipCardReg {
  transform: rotateY(180deg);
 
}
div.cardReg.cardReg.flipCardReg {
  width: 1000px;
  margin-right: 1000px;
  
}
div.card-reg{
  margin-right: 1000px;
  
}
#pReg {
  margin-right: -400px;
  color: white;
  margin-right: 120px;
}
h4{
  background-color: rgba(146, 6, 6, 0.556);
  text-align: center;
  margin: auto;
  height: 50px;
  text-align: left;
  border: 5px;
  color: white;
  font-family: 'Bebas Neue', cursive;
  font-size: 2em;
}
div.backReg{
  margin-left: -500px;

}

/* Cesar Flip */
.card-ces {
  position: absolute;
  width: max-content;
  height: max-content;
  background: none;
  top: 1700px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cardCes {
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.8s ease;
}
.frontCes {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  text-align: center;
  margin-right: 1000px;
}
.backCes {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: purple;
  color: rgb(10, 9, 9);
  margin-right: 1000px;
  transform: rotateY(180deg);
  
}
.flipCardCes {
  transform: rotateY(180deg);
 
}
div.cardCes.cardCes.flipCardCes {
  width: 1000px;
  margin-right: 1000px;
  
}
div.card-ces{
  margin-right: 1000px;
  
}
#pCes {
  margin-right: -400px;
  color: white;
  margin-right: 120px;
}
h5{
  background-color: rgba(146, 6, 6, 0.556);
  text-align: center;
  margin: auto;
  height: 50px;
  text-align: left;
  border: 5px;
  color: white;
  font-family: 'Bebas Neue', cursive;
  font-size: 2em;
}
div.backCes{
  margin-left: -500px;

}
#linkedIn {
  width: 60px;
  height: 50px;
}
#GitHub {
  width: 60px;
  height: 50px;
}
div :hover{
  cursor: grab;
}

/* button{
  float: right;
  position: absolute;
  top: 550px;
  right: 25px;
  position: fixed;
  background-color: red;
  color: white;
  border-radius: 5px;
} */
#foo{
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: rgba(146, 6, 6, 0.556);
  border-radius: 2px;
  width: 150px;
  font-size: 20px;
  color: whitesmoke;
}


button :hover{
  cursor: grab;
}
article {
  width: max-content;
  margin: auto;
  font-size: 2em;
  margin-left: -150px;
  background-color: rgba(146, 6, 6, 0.556);
  padding: 10px;
  border-radius: 3px;
  color: white;
  margin-bottom: 10px;
}


