

body {

background: url('../Project_2/feministdesign.png' ) repeat;
margin: 0;

background-position: center



}

div {

 

align-content: center;


background-color: black;


margin: 40px auto;

}




.flex {
	display: flex;
	width: 500;
	margin-top: 45px;
    margin-bottom: 45px;
    margin-right: 45px;
    margin-left: 45px;
}

.middleflex {
	display: flex;
	height: 600
	margin-top: 45px;
    margin-bottom: 45px;
    margin-right: 45px;
    margin-left: 45px;
}

.flexbig {
	display: flex;
	width: 3000;
	margin-top: 45px;
    margin-bottom: 45px;
    margin-right: 45px;
    margin-left: 45px;
}


.black {
	background-color: white;
}

.magenta {
	background-color: magenta;
}


.space-around {

	justify-content: space-around;
}

.space-between{

	justify-content: space-between;
}

.flex-start {
display: flex;
	justify-content: flex-start;

}

.flex-end {
display: flex;
	justify-content: flex-end;

}

.flex-vertical {

	display: flex;
	height: 800px; 
	width: 800px;
	flex-direction: column;
}

 p {

   font-family:Helvetica;
font-weight: lighter;
      font-size: 15px;
      color: #000000;
      text-align: left;
      padding:70px 30px 70px 30px;

}


.bold {
	font-style: bold;
}


h1 { 

	font-family:Helvetica;

      font-size: 60px;

      font-weight: bold;
      color: black;
      font-style: 
      text-align: center;
      padding:30px 30px 30px 30px;

}

h2 { 

	font-family:Helvetica;

      font-size: 35px;

      font-weight: bold;
      color: #000000;
      text-align: left;
      padding:50px 30px 50px 30px;

}

.italic {

  font-style: italic;
}

h3 { 

	font-family:Helvetica;
	font-weight: lighter;

      font-size: 25px;

      color: #000000;
      text-align: left;
      padding:50px 30px 50px 30px;

}


