@font-face {
  font-family: 'Cedarville Cursive', cursive;
  src: url('CedarvilleCursive-Regular.ttf');
}
.container {
    width: 80%;
    height: 50%;
    margin: 1em auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 155s linear infinite;
    font-family: 'Cedarville Cursive', cursive;
    font-size: 2em;
    animation-play-state: paused;
    display: none;
}

/* .marquee:hover {
    animation-play-state: paused;
} */

.marquee-play{
animation-play-state: running;
display: block;
}
/* Make it move! */
@keyframes marquee {
    0%   { top:   30em }
    100% { top: -30em }
}

/* Make it look pretty */
.microsoft .marquee {
	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
  }

.microsoft:before, .microsoft::before,
.microsoft:after,  .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0));
}

.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before, .microsoft::before {
    top: 0;
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a, .microsoft a {
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
}

.vanity a:hover, .microsoft a:hover {
    color: #F65314;
}

/* Style toggle button */
.toggle {
	display: block;
    margin: 2em auto;
}
br{
  display: block;
    margin: 40px 0;
    content: " ";
}

body{
background-image: url("parchment.jpg");
}

.fade-in {
  animation: fadeIn ease 160s;
  -webkit-animation: fadeIn ease 160s;
  -moz-animation: fadeIn ease 160s;
  -o-animation: fadeIn ease 160s;
  -ms-animation: fadeIn ease 160s;
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  12% {
    opacity:1;
  }
  95% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

img{
margin-left: 80%;
margin-top: 20%;
  position: absolute;
  z-index: 1;
  opacity: 0;

}
.clip-ellipse {
clip-path:ellipse(180px 222px at 163px 207px);
-webkit-clip-path:ellipse(180px 222px at 163px 207px);
-moz-clip-path:ellipse(180px 222px at 163px 207px);
-o-clip-path:ellipse(180px 222px at 163px 207px);
-ms-clip-path:ellipse(180px 222px at 163px 207px);
  }

#envelope{
  z-index: 2;
  opacity: 1;
  margin-left: 0%;
  margin-top: 0%;
}
