.App {
  top: 0px;
  bottom: 30px;
  font-family: Sanchez;
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 82px;
  text-align: center;
  color: #1A253B;
  background-image: url("https://images.unsplash.com/photo-1504253163759-c23fccaebb55?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

element.style {
  width: 100vw;
}

user agent stylesheet html {
  display: block;
}


element.style {
  width: 100%;
  min-height: 100vh;
}

body {
  display: block;
  margin: 0px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

div {
  display: block
}


#root {
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgb(199, 223, 250);
}

.cardContend {
  position: relative;
  width: 150px;
  height: 120px;
  background: rgb(236, 14, 14);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(231, 221, 221);
  border-radius: 9spx;
  height: 250px;
  margin: 10px;
  padding: 11px 8px;
}

.thecard {
  margin: 5px;
  position: relative;
  width: 100px;
  height: 150px;
  transform-style: preserve-3d;
  transition: all 0.5s ease;
  background: rgb(255, 255, 255);
  border-radius: 10px;
}


.back {
  position: absolute;
  width: 100px;
  height: 150px;
  backface-visibility: hidden;
  background: rgb(255, 255, 255);
  color: bisque;
  border-radius: 10px;
}

.front {
  position: absolute;
  width: 100px;
  height: 150px;
  backface-visibility: hidden;
  border-radius: 10px;
  color: bisque;
  transform: rotateY(180deg);
}

.pictureBack {
  width: 100px;
  height: 150px;
  border-radius: 10px;
}

.picture {
  width: 100px;
  height: 150px;
  border-radius: 10px;
}


.start {

  background-color: #052335;
  font-size: 15px;
  border-radius: 8px;
  width: 10%;
  border: 2px solid #052335;
  font-family: Sanchez;
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
}

.score {
  margin: 0px;
  top: 0px;
  bottom: 0px;
  padding: 0px;
  font-size: 30px;
  text-align: left;
}