body {
    margin: 50px auto;
    background-color: #f8dada;
}
nav ul, footer ul {
    font-family:'RecoletaMedium','Roboto', 'Helvetica', 'Sans-serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: #525056;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 5em;
    font-family:'RecoletaMedium','Roboto', 'Helvetica', 'Sans-serif';
background: linear-gradient(45deg, #e87596 , #900C3F);
-webkit-background-clip: text;
color: transparent;
}
.typed-out {
  overflow: hidden;
  white-space: nowrap;
  border-right: .15em solid;
  width: 0;
  animation: typing;
  animation-duration: 3s;
  animation-timing-function: steps(30, end);
  animation-fill-mode: forwards;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
.container {
    display: inline-block;
    padding-inline: 120px;
}
.yesbutton{
    background-color: #911a22;
    color: white;
    margin: 0;
  position: absolute;
  left:35%;
  width:200px;
  height:50px;
  border:none;
  font-size: 20px;

}

.nobutton{
    background-color: #911a22;
    color: white;
    margin: 0;
  position: absolute;
  left:55%;
  width:200px;
  height:50px;
  border:none;
  font-size: 20px;

}
.gif {
    display: inline-block;
    padding-inline: 500px;
    position: absolute;
    top:45%;
}
p {
    font-size: 3em;
    line-height: 2.9em;
    color: #525056;
}
footer {
    border-top: 1px solid #525056;
    font-size: .8em;
}

ul.posts { 
    margin: 20px auto 40px; 
    font-size: 1.5em;
}

ul.posts li {
    list-style: none;
}
