@charset "utf-8";
@import url("../webfonts/StyleScript_Regular/stylesheet.css");
.footertext {
    border-radius: 50px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,162,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,162,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,162,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(238,162,255,1.00) 100%);
    color: rgba(0,0,0,1.00);
    text-align: center;
    text-decoration: underline;
    margin-left: 50px;
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    font-size: x-large;
}
header {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    padding: 20px;
    color: rgba(223,130,199,1.00);
    background-image: url(../images/2.jpg);
}
nav {
    width: 100%;
}
span {
    color: rgba(239,198,233,1.00);   

}
::selection{ background-color: bisque}
.headerli {
	padding: 25px; 
	list-style-type: none;
	display: inline-block
}
a {
	text-decoration: none;
	color: rgba(223,130,199,1.00);
	cursor: pointer;
}
main {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 700px;
    background-color: black;
    padding: 20px;
    color: black;
}
aside {
    display: inline-block;
    width: 350px;
    background-color: rgba(223,130,199,1.00);
    margin-top: 55px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 80%;
    float: left;
    text-align: center;
    color: rgba(0,0,0,1.00);
}
body {
    font-family: "StyleScript Regular";

}
.hr{
	background-color: rgba(223,130,199,1.00);
    height: 20px;
    width: 96%;
    text-align: center;
}
.div1 {
	width: 350px;
	height: 480px;
}
#div2 {
    height: 140px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    color: aliceblue;
    background-image: url(../images/22.jpg);
}
section {
    display: inline-block;
    width: 550px;
    background-color: rgba(223,130,199,1.00);
    margin-left: 10px;
    height: 80%;
    float: left;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 10px;
}
#div3 {
    height: 140px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    color: aliceblue;
    background-image: url(../images/veganBlog-1024x768.jpg);

}
footer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
    background-color: black;
    padding: 20px;
    color: rgba(223,130,199,1.00);
}

#div4 {
    height: 120px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    color: aliceblue;
    background-image: url(../images/blood_type-vegan-food.jpg);
}
.table1 {
    display: inline-block;	
}
