html {
  cursor: alias;
  background-color: #fff;
}

.img {
  height: 500px;
  width: 100%;
}

.caro {
  padding: 80px;
  border-radius: 20%;
  background: linear-gradient(to top,
      #A2DBFA 0%,
      #3C5186 100%);
}

.photosec {
  margin: 80px 0;
  border-radius: 30%;
  padding: 80px;
  background: linear-gradient(to top,
      #9B72AA 0%,
      #F9F9F9 100%);
}

.picquoteback {
  width: 20%;
  height: 100px;
  padding: 20px;
  background-color: #00909E;
  border-radius: 70%;
  position: absolute;
  text-align: center;
  color: #fff;
}

.quotes {
  margin-right: 30px;
  font-size: 30px;
  font-weight: bolder;
  float: right;
  color: #558776;
}

.quotes:hover {
  opacity: 0.7;
  color: #D83A56;
}

.quoteswithout {
  margin-right: 30px;
  font-size: 30px;
  font-weight: bolder;
  float: right;
  color: #558776;
}

.quoteswithout:hover {
  opacity: 0.7;
  color: #D83A56;
}

.picquotefront {
  width: 50%;
  padding: 70px;
  background-color: #F0D9E7;
  border-radius: 50%;
  text-align: center;
  float: left;
  color: #CA3E47;
}

.picturespecs {
  margin-left: 160px;
  padding: 30px 0 0 0;
  width: 70%;
  height: 550px;
  display: inline-block;
  border-radius: 8%;
}

.disp {
  display: none;
}

.backside {
  z-index: 1;
  text-align: center;
}

.head {
  margin-right: 30px;
  font-size: 50px;
  font-style: italic;
  font-weight: bolder;
  font-family: cursive;
  float: right;
  color: #558776;
}

.marg {
  margin: 300px 0;
}
.copyright{
  font-size: 20px;
  font-style: oblique;
  font-weight: bold;
  text-align: center;
  margin: 30px;
  color: #4C4C6D;
}
