/*
selector {
  property: value; 
  }
*/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zeyada&display=swap');

body{ 
    background-color: #f5b8e8;
    
}


h1{
    text-align:center;
    
    color:white;
    font-family: "Zeyada", serif;
 
   
}

h3{ 
    text-align:center;
    border:4px solid white;
    font-family: "Abril Fatface", serif;
    color:#f263d4;
    background-color:white;
    border-radius:20px;
}

h4{
    text-align:center;
    font-family:"Darumadrop One", serif;
    color:black;
    text-decoration:underline;
    font-size:20px;
    
}

ul{
    list-style-type:none;
    margin: 0;
    padding:0;
    overflow: hidden;
    background-color:#f5cbf0;
}


li{
    float:left;
}

li a {
    display:block;
    color:black;
    text-align: center;
    padding:14px 16px;
    text-decoration:none;
}

li a: hover {
    background-color: #d1baba;
}

img {
    display:block;
    margin-left:auto;
    margin-right: auto;
    width:400px;
}

p{
    font-family: "Vollkorn", serif;
    font-size:20px;
    border-radius:20px;
    background-color: white;
    border:20px solid pink;
    padding:1px;
}
/*
.timeline {
    position: relative;
    max-width:1200px;
    margin: 0 auto;
}

.timeline::after{
    content: '';
    Position: absolute;
    width: 6px;
     background-color: #e3afdf;
      top: 0;
    bottom: 0;
   left: 50%;
   margin-left: -3px;
}

.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.container::after{
    content:'';
    position: absolute;
    width:25px;
    height: 25px;
    right: -17px;
    background-color:white;
    border: 4px solid black;
    top:15px;
    border-radius: 50%;
    z-index:1;
}

.left {
    left:0;
}

.right{
    left:50%;
}

.left::before{
    Content: "";
    height:0;
    position:absolute;
    top:22px;
    width:0;
    z-index:1;
    right:30px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;

}

.right::before{
    content: "";
    height:0;
    position:absolute;
    top:22px;
    width:0;
    z-index:1;
    left:30px;
    border:medium solid white;
    border-colortransparent white transparent transparent;
}
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}


  
  .container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  .container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent transparent.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}


 
 .timeline::after {
  left: 31px;
  }
  .container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  .container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

   Make sure all circles are at the same spot 
  .left::after, .right::after {
  left: 15px;
  }
  
   Make all right containers behave like the left ones 
  .right {
  left: 0%;
  }


  .left::after, .right::after {
  left: 15px;
  }
  .right {
  left: 0%;
  }

*/  
  div{
      border:0px solid gray;
      padding:8px;
  }
h1{
    text-align:center;
    text-transform:uppercase;
    color:black;
     font-family:"Petit Formal Script", serif;
     font-size:40px;
}
p {
  text-indent: 40px;
   letter-spacing: 2px;
   background-color:pink;
    border:8px solid white ;
    padding: 30px;
    margin: 10px;
    font-size:20px;
}

a {
  text-decoration: none;
  color: #008CBA;
}

li a:hover{
    background-color:white;
}

.timeline{
    width:100%;
    margin-right:auto;
    margin-left:auto;
    
}

body {
  background-image: url("https://thumbs.dreamstime.com/b/pink-floral-background-cute-seamless-repeating-vector-flower-pattern-hand-drawn-doodle-illustration-spring-wallpaper-design-344761495.jpg");
}