body{
background-image:linear-gradient(to bottom,rgb(255,255,15),rgb(0,116,125));
color:white;
margin:90px;
border:solid 20px rgb(80,80,80);
}

body > .insidebody{
background-image:linear-gradient(to bottom,rgb(200,120,130),rgb(200,60,120));
}

.standdiv{
font-family:Saira Stencil;
padding:90px 90px 90px 30px;
margin-bottom:30px;
}
/* for artwork*/
.artwork{
background-image:url(./artworkbg.jpg);
background-repeat:no-repeat;
background-position:right;
background-size:cover;
padding:90px 90px 90px 30px;
}

.headingart{
font-family:Style Script;
font-size:40px;
display:inline-block;
background-image:linear-gradient(to right,rgb(90,30,40),rgb(90,130,140));
border-top:solid;
border-bottom:solid;
border-radius:10px;
}

/*end of artwork*/
h1{
text-align:center;
background-color:rgb(130,30,200);
font-family:Bungee;
padding:40px 0px 40px 0px;
border-top-style:solid;
border-bottom-style:solid;
border-width:2px;
margin:0px;
}

h2{
background-color:rgb(90,30,100);
padding:20px 20px 20px 10px;
border:solid white 3px;
display:inline-block;
border-color:rgb(120,160,200);
font-family:Boldonse;
}

.p{
font-family:Bungee;
background-image:linear-gradient(to right,red,yellow,black);
border-top:solid white;
border-bottom:solid white;
}

