.father {
  text-align: center;
  margin: 20px auto;
  position: relative;
  right: 130px;
}
@media (max-width: 768px) {
  .father {
    position: relative;
    top: 90px;
    left: -115px;
  }
}
.container {
  background-color: #3f51b5;
  text-align: center;
  width: 200px;
  height: 250px;
  padding: 20px;
  margin: 20px auto;
  border-radius: 5%;
  display: inline-block;
}
.container .firstp {
  opacity: 0.7;
  color: white;
}
.container .parent {
  background-color: rgb(45, 45, 182);
  width: 100px;
  text-align: center;
  height: 100px;
  margin: 20px auto;
  border-radius: 50%;
  padding: 10px;
}
.container .parent h3 {
  color: white;
  font-size: 50px;
  position: relative;
  top: -30px;
}
.container .parent p {
  color: white;
  opacity: 0.7;
  position: relative;
  bottom: 80px;
}
.container h2 {
  color: white;
  font-family: sans-serif;
  font-size: 20px;
}
.container p {
  color: white;
  opacity: 0.7;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .container {
    display: block;
    position: relative;
    right: -115px;
  }
}
.containertwo {
  background-color: #eee;
  text-align: center;
  width: 200px;
  height: 250px;
  padding: 20px;
  margin: 20px auto;
  border-radius: 5%;
  position: absolute;
  display: inline-block;
}
.containertwo h2 {
  text-align: left;
  color: #0f0866;
}
.containertwo .rec {
  background-color: rgb(255 231 231);
  border-radius: 10px;
  height: 20px;
}
.containertwo .rec i {
  position: relative;
  left: -50px;
  top: 5px;
  background-color: transparent;
  color: red;
}
.containertwo .rec span {
  color: red;
  position: relative;
  left: -40px;
  top: 5px;
}
.containertwo .rec .number {
  color: #333;
  position: relative;
  left: 60px;
  font-weight: bold;
}
.containertwo .rec .rnumber {
  color: #333;
  position: relative;
  left: 60px;
  opacity: 0.7;
}
.containertwo .memory {
  background-color: rgb(255 240 240);
  border-radius: 10px;
  height: 20px;
  position: relative;
  top: 15px;
}
.containertwo .memory i {
  position: relative;
  left: -50px;
  top: 5px;
  color: #ef6c00;
}
.containertwo .memory span {
  color: #ef6c00;
  position: relative;
  left: -40px;
  top: 5px;
}
.containertwo .memory .number {
  color: #333;
  position: relative;
  left: 60px;
  font-weight: bold;
}
.containertwo .memory .rnumber {
  color: #333;
  position: relative;
  left: 60px;
  opacity: 0.7;
}
.containertwo .verb {
  background-color: #ccc;
  border-radius: 10px;
  height: 20px;
  position: relative;
  top: 30px;
}
.containertwo .verb i {
  position: relative;
  left: -50px;
  top: 5px;
  color: green;
}
.containertwo .verb span {
  color: green;
  position: relative;
  left: -40px;
  top: 5px;
}
.containertwo .verb .number {
  color: #333;
  position: relative;
  left: 60px;
  font-weight: bold;
}
.containertwo .verb .rnumber {
  color: #333;
  position: relative;
  left: 60px;
  opacity: 0.7;
}
.containertwo .visual {
  background-color: #ccc;
  border-radius: 10px;
  height: 20px;
  position: relative;
  top: 45px;
}
.containertwo .visual i {
  position: relative;
  left: -50px;
  top: 5px;
  color: blue;
}
.containertwo .visual span {
  color: blue;
  position: relative;
  left: -40px;
  top: 5px;
}
.containertwo .visual .number {
  color: #333;
  position: relative;
  left: 60px;
  font-weight: bold;
}
.containertwo .visual .rnumber {
  color: #333;
  position: relative;
  left: 60px;
  opacity: 0.7;
}
button {
  background-color: #0f0866;
  text-align: center;
  position: relative;
  top: 80px;
  width: 200px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  height: 45px;
  border-radius: 30px;
}
