@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;
}
::selection{ background-color: bisque}
header {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    background-color: black;
    padding: 20px;
    color: rgba(223,130,199,1.00);
    background-image: url(../images/Untitled-1.jpg);
}
.a1 {
	text-decoration: none;
	color: rgba(223,130,199,1.00);
	cursor: pointer;
}
.dt1 {
    font-size: x-large;
}
footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	background-color: black;
	padding: 20px; 
	color: rgba(223,130,199,1.00);
	text-align: center;
}
.hr1 {
    background-color: rgba(223,130,199,1.00);
    height: 20px;
    width: 96%;
    text-align: center;	
}

span {
    color: rgba(239,198,233,1.00);   

}

main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto; 
	height: 400px;
	background-color: black;
	padding: 20px;
	color: black;
}
aside {
    display: inline-block;
    width: 350px;
    background-color: rgba(223,130,199,1.00);
    margin: 25px;
    height: 80%;
    float: left;
    text-align: justify;
    text-indent: 5px;
    font-size: large;	
}
section {
    display: inline-block;
    width: 550px;
    background-color: rgba(223,130,199,1.00);
    margin: 25px;
    height: 80%;
    float: left;
    text-align: center;	
}


body {
    font-family: "StyleScript Regular";
}


.headerli {
	padding: 25px;
	list-style-type: none;
	display: inline-block
}
