body{
    background-color: #6f00ff;
}
h1, h2{
     color: black;
     background-color: white;
     margin-left: 100px;
     margin-right: 100px;
     border-radius: 10px;
     font-size: 30px;
     padding-left: 20px;
}
img{
    height: 360px;
    width: 640px;
    margin-left: 100px;
    border-radius: 10px;

}
p{
    color: white;
    font-size: 20px;
    margin-left: 100px;
    margin-right: 100px;
}
section h3{
    color: white;
     margin-left: 100px;
     margin-right: 100px;
     border-radius: 10px;
     font-size: 25px;
     padding-left: 20px;
}
section img{
    height: 200px;
    width: 300px;
    margin-left: 100px;
    border-radius: 30px;
}
section li{
    color:white;
     margin-left: 100px;
     margin-right: 100px;
     font-size: 25px;
}
h4, h5, h6{
    color:white;
     margin-left: 100px;
     margin-right: 100px;
     font-size: 25px;
}