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

#main_content {
    display: flex;
    height: 70vh;
    width: 35vw;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

#armor_flex {
  flex:1 1 30%;
  height:100%;
}

#text_main_flex {
 flex:1 1 50%;
 border:1px solid black;
 height:100%;
}

#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; 
}