body{
background: linear-gradient(150deg,rgb(231, 193, 89),rgb(211, 24, 111),rgb(34, 206, 28));
color: rgb(0, 255, 106);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;   
}
h1{
text-align: center;
background-color: rgba(28, 202, 66, 0.808);
border: 10px double rgba(25, 46, 230, 0.836);
border: radius 15px; ;
}
img{
   border-radius: 15px;     
}
ul{
   border-radius: 15px;     
background-color: crimson;
list-style-type: square;
line-height: 30px;
}
ol{
border-radius: 15px;
background-color: coral;
line-height: 30px;
}
p{
line-height: 30px;
}
