/*
selector {
  property: value; 
  }
*/

/* INDEX/HOME PAGE */

body{
    background-color:#e3e1e1;
    background-position:center;
    height:109vh
    margin-top:50px;/* background page color */
}

ul { /* light grey rounded nav guide component */
list-style-type: none;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  background-color: #f3f3f3;
  display: flex;
  justify-content:center;
    flex-direction: row;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li a { /* actual links/href customization */
  color: #666;
  float: center;
  display: block;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
 
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;  
}

.img {
    max-width: 100%;
    height: auto;
    padding-top:100px;
    padding-bottom:100px
    
}

.content {
    text-align: left;
}

.header h1 {
     font-family: "Great Vibes", serif;
    margin: 0;
    font-size: 50px;

    padding-bottom:0px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.text p {
     background-color: lightgrey;
  width: 300px;
  border: 15px e3e1e1;
  padding: 50px;
  margin: 20px;
    font-size: 20px;
    line-height: 1;
    padding-top:0px
    padding-bottom:400px;
}


/* INFO PAGE */

/* WHO SHE WAS */

.header2{
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
padding-top:50px;
}

.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;  
}


.img2 {
   max-width: 100%;
    height: auto;
    padding-top:50px;
    padding-bottom:100px
}



.text2 { /* light grey rounded nav guide component */
list-style-type: none;
  border: 1px  #f3f3f3;
  border-radius: 25px;
  background-color:#f3f3f3;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 500px;
  border: 15px #f3f3f3;
  padding: 50px;
  margin: 20px;
}

/* WHAT SHE INVENTED */

.header3{
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;  
}

.img3 {
    max-width: 100%;
    height: auto;
    padding-top:100px;
    padding-bottom:0px
}

.img3 p{
width:400px;
}


.text3 { /* light grey rounded nav guide component */
list-style-type: none;
  border: 1px  #f3f3f3;
  border-radius: 25px;
  background-color:#f3f3f3;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 600px;
  border: 15px #f3f3f3;
  padding: 50px;
  margin: 20px;
}

/* HER IMPACT */

.header4{
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
padding-top:20px;
}

.container4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;  
}

.img4 {
    max-width: 100%;
    height: auto;
    padding-top:100px;
    padding-bottom:50px
}

.text4 { /* light grey rounded nav guide component */
list-style-type: none;
  border: 1px  #f3f3f3;
  border-radius: 25px;
  background-color:#f3f3f3;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 600px;
  border: 15px #f3f3f3;
  padding: 50px;
  margin: 20px;
}

.quote1{
     font-family: "Tangerine", serif;
 font-size:50px;
}

.quote2{
     font-family: "Tangerine", serif;
    font-size:38px;
    padding-top:100px;
}

/* SOURCES */