body{
    background-color:chocolate
}

h1{
    font-size: 40px;
    text-align: center;

}


ul{
    display:flex;
    flex-direction: column;
    list-style-type: style type;
    text-align: center;
    margin-bottom: 40px;

}

p{
    color: purple;
    
}