*{ font-family: 'Barlow', sans-serif;}
ul li {
    display:inline-table;
    padding: 10px;
    border: 3px solid white;
    background-color:lightpink;
    border-radius: 20px;
    margin: 5px;
}
a{
  color:white;
    text-decoration: none
}

    
body{
    margin: 40px;
    background-color:lightpink
        }
h1{
    margin: auto;
    font-size: 50px;
    color: palevioletred;
    text-align: center;
        }
h2{
    font-size: 25px;
    text-align: center;
    color:palevioletred;
    padding: 10px;
    background-color:white;
    border-radius: 20px;
    margin: 5px;
        }
p{
    color: white;
    font-size: 15px;
    text-align: center;
    
}

h3{
    font-size: 25px;
    color:palevioletred;
    text-align: center;
    padding: 10px;
    background-color:white;
    border-radius: 20px;
    margin: 5px;
}
li{
    color:white;
    font-size: 15px;
}
h4{
    font-size: 25px;
    color:palevioletred;
    text-align: center;
    padding: 10px;
    background-color:white;
    border-radius: 20px;
    margin: 5px;
}
ul li:hover{
    background-color: palevioletred
}
h5{
    font-size: 25px;
    color: palevioletred;
    text-align: center;
    padding: 10px;
    background-color:white;
    border-radius: 20px;
    margin: 5px;
}
h10 p{ 
    padding: 10px;
    background-color: palevioletred;
    border-radius: 20px;
    margin: 5px;
    color: white
}
img {border-radius: 40px;
    display: block;
    margin: auto
    
}
h6{
    font-size: 25px;
    color:palevioletred;
    text-align: center;
    padding: 10px;
    background-color:white;
    border-radius: 20px;
    margin: 5px;
}  
