html {
  height:100%;
}
body {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  background-image: url("../img/definitely_not_spies-full_web-optimized.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  margin:0px;
  height:100%;
}
form {
  border-radius: 25px;
  height:100%;
}
.copyButton {
  margin-right:10px;
}
.linkMessage {
  font-size:16px;
  padding:10px;
  margin-bottom:6px;
  border-radius: 25px;
  border: solid 2px rgba(0,0,0,0.6);
}
.photocredit {
  font-size:8px;
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
}
#statusContainer {
  display: inline-block;
  margin-top:2%;
  height:90%;
  width:60%;
  vertical-align:top;
  opacity:0;
  padding-right:8%;
}

@keyframes fadeOpacity {
  from {opacity: 0;}
  to {opacity: 1;}
}

#statusDisplay{
  margin:auto;
  background-color: rgba(255,255,255,.95);
  border-radius: 25px;
  border: solid 2px rgba(0,0,0,0.3);
  box-sizing:border-box;
  width:95%;
  text-align:left;
  padding:20px;
}
#uploadContainer {
  display: inline-block;
  margin-top:2%;
  margin-right:1%;
  height:90%;
  width:20%;
  vertical-align:top
}
footer {
  display:flex;
  justify-content: center;
  height: 30px;
  background-color: rgba(46,65,52,.65);
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.65);
  line-height: 29px;
}
.footerItem {
  color:#fff;
  padding-left:10px;
  padding-right:10px;
}
.strikethrough {
  text-decoration: line-through;
}
