
body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100vh;
}

a {
    cursor: pointer;
}

#l4d_header {
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: 400;
  font-style: normal;
}

#content_links {
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: 400;
  font-style: normal; 
}


#main_content {
  width: 50vw;
  display: flex;
  flex-direction:row;
}

#image_content {
    flex: 1 1 20%;
}

#text_content {
  flex: 1 1 70%;
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: 400;
  font-style: normal;
  border:1px solid black;
  min-height:70%;
}

#bird_plate {
  object-fit:contain;
  width:100%;
}

