body{
font-family:Bungee;
background-image:linear-gradient(to right,rgb(100,60,80),rgb(50,80,180),rgb(150,20,0));
margin:20px 20px 20px 20px;
}

.headdiv{
color:rgb(255,200,200);
background-image:linear-gradient(to bottom,blue,black);
padding:0 90px 0 20px;
display:inline-block;
height:90%;
border-left:solid 5px rgb(255,200,200);
border-right:solid 5px rgb(255,200,200);
}

h1{
text-decoration:underline;
text-decoration-style:wavy;
font-size:50px;
}

img{
width:50%;
height:80%;
position:relative;
border:solid 30px;
display:block;
}

ul{
background-image:linear-gradient(to right,white,green);
border:solid 2px green;
display:inline-block;
color:rgb(150,0,0);
}
