
@font-face {
  font-family: 'Chewy';
  src: url('Chewy-Regular.otf');
 }

body {
  background-image: url("https://file.garden/ZWlUCY4S7Xz2vypS/archived%20backgrounds/stars%20%26%20space/bgstars002.gif");
  color: white;
  font-family: Chewy;
  font-size: 20px;
  letter-spacing: 2px;
 }
 
 .container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.content {
    position: absolute;
    top: 250px; 
    flex: 1;
    max-width: 40%;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin: 10px;
    background-color: black;
    border: solid ;
    border-color: red;
}
 
 .center{
    text-align: center;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

img.center { display: block; margin-left: auto; margin-right: auto; }

.pagedoll {
  animation-name:floating;
  animation-duration:3s;
  animation-iteration-count:infinite;
  animation-timing-function:ease-in-out;
  position:relative;
  margin-top:-1000px;
  height: 270px;
}

@keyframes floating {
  0%   { top:980px;}
  50%   {top:990px;}
  100% { top:980px;}
}
