
*{
    text-align: center;
    /* border: solid 1px black; */
    font-family: 'Open Sans', Verdana, Geneva, Tahoma, sans-serif;

}

p{
    max-width: 900px;
    margin: 0 auto;
}

h1{
    font-size:300%;
}

back{
    font-size: 60%;
}

date{
    margin-top:-15px;
}

header{
  display:flex;
  justify-content: center;
  align-items: center;
  gap:1px;
  flex-direction: column;
  padding:25px;
}

header p{
  display:block;
  margin:0px;
  padding:0px;
  flex-grow: 0; /* prevent items from expanding */
  width: 100px; /* set a fixed width for items */
}


a {
    color: #ff69b4;
    text-decoration: none;
    font-size:200%;
    width:100%;
    height:75px;
    
}

li a {
    color: #ff69b4;
    text-decoration: none;
    font-size:16px;
    width:100%;
    height:75px;
    
}

ul{
    list-style: none;
}
.smol{
    font-size:medium;
}

li{
    padding-bottom:15px;
}

