body {
  background:#9ec2d3 url(images/cloud.png);
  font-family: "helios","calibri", "verdana", "sans-serif";
  color: #444;
  font-size: 16px;

  }
a {
  color:#888;
  border-bottom: dashed 1px;
  text-decoration: none;
  font-style: italic;
}
#content{
  height:auto;
  width:620px;
  margin:0 auto;
}
#cutaway{
  position:absolute;
  width:620px;
  height:380px;
  left:64%;
  top:52%;
  margin:-190px 0 0 -310px;
  transition: 0.6s;
  transform: rotateZ(-2deg);
}

#cutaway.lookback {
    transform: rotateY(180deg) rotateZ(-7deg);
}

#header {
  height:84px;
  width:auto;
  font-size:84px;
  display: inline-block;
  top: 2px;
  right: 20%;
  position: relative;
  text-shadow: 5px 0 0 white, 7px 0 0 rgb(92, 92, 92);
}
#header a{
  border-bottom: none;
  color:#444;
  }
.alike{
  font-size: 1.4em;
  top: 0.2em;
  position: relative;
}

#card {
    cursor: pointer;
}

 #face,  #darkside{
   background: url(images/bg-ca.png), rgb(255,255,255); /* Old browsers */
  background: url(images/bg-ca.png), -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(252,245,214,1) 47%, rgba(209,196,165,1) 100%); /* FF3.6+ */
  background: url(images/bg-ca.png), -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(252,245,214,1)), color-stop(100%,rgba(209,196,165,1))); /* Chrome,Safari4+ */
  background: url(images/bg-ca.png), -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(252,245,214,1) 47%,rgba(209,196,165,1) 100%); /* Chrome10+,Safari5.1+ */
  background: url(images/bg-ca.png), -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(252,245,214,1) 47%,rgba(209,196,165,1) 100%); /* Opera 11.10+ */
  background: url(images/bg-ca.png), -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(252,245,214,1) 47%,rgba(209,196,165,1) 100%); /* IE10+ */
  background: url(images/bg-ca.png), linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(252,245,214,1) 47%,rgba(209,196,165,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1c4a5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-top:1px solid #fff;
  border-left:3px solid #fff;
  -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.4);
  box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.4);
  width:620px;
  height:380px;
  position: relative;
  }
  #darkside{
  width:620px;
  height:380px;
  display:none;
  position: relative;
  }
  
  #darkside .content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    transform: rotateY(180deg);
  }
  
  #text, #darkside .content {
      transition: 0.3s;
      opacity: 100%;
  }
  
  .extratext {
      
  }
  
  .lookback #darkside {
      display: block;
  }
  
  .lookback #text {
      opacity: 0;
  }
  
  .lookback #face {
      display: none;
  }
  
#text{
  width: 60%;
  float: right;
  text-align: right;
  padding:10%;
  padding-right: 5%;
  text-shadow: -1px 1px 0 #FFFFFF, 1px -1px 0 #EEE;
}

.specs{
  font-style: italic;
  color: #666;
  font-size: 1.2em;
  text-shadow: none;
}