*{ font-family: 'Barlow', sans-serif;}

ul li {
    display:inline-block;
    padding: 10px;
    border: 3px solid bisque;
    background-color:darkgrey;
    border-radius: 20px;
    margin: 5px;
    text-align: center;
    align-items: center}
a{
  color:bisque;
    text-decoration: none}

body{
    margin: 40px;
    background-color:rgb(245, 187, 227) }

img {border-radius: 40px;
    display: block;
    margin: auto
    }

h1{ margin: auto;
    text-align: center;
font-size: 30px;
color:deeppink;
margin: 20px;}

h2{ margin: inherit;
    text-align: center;
font-size: 30px;
color:deeppink;
line-height: 30px;} 

h3{ display: flex;
    height: 10px;
    flex-direction: row;
    flex-basis: auto;
    justify-content: space-evenly;
    margin-top: 0em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 1em;
    background-color: bisque;
    font-kerning: normal;
    font-size: 20px;
    list-style: none;
    border-radius: 3em;
    box-shadow: 0.4em 0.4em 0.4em darkgrey;
    align-items: center;
    color: deeppink;
    line-height: 20px;}

p{ 
    background-color: darkgrey;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    border-left: 20px;
    margin: 15px;
    color: beige;
    line-height: 15px;
    }

li{color:darkgrey;
    font-size: 11px;
    text-align:center;
    margin: 2px;
    padding: 5px}

h4{ display: flex;
    height: 10px;
    flex-direction: row;
    flex-basis: auto;
    justify-content: space-evenly;
    margin-top: 0em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 1em;
    background-color: bisque;
    font-kerning: normal;
    font-size: 20px;
    list-style: none;
    border-radius: 3em;
    box-shadow: 0.4em 0.4em 0.4em darkgrey;
    align-items: center;
    color: deeppink;
    line-height: 20px;}

h5{ display: flex;
    height: 10px;
    flex-direction: row;
    flex-basis: auto;
    justify-content: space-evenly;
    margin-top: 0em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 1em;
    background-color: bisque;
    font-kerning: normal;
    font-size: 20px;
    list-style: none;
    border-radius: 3em;
    box-shadow: 0.4em 0.4em 0.4em darkgrey;
    align-items: center;
    color: deeppink;
    line-height: 20px;}

h6{ display: flex;
    height: 10px;
    flex-direction: row;
    flex-basis: auto;
    justify-content: space-evenly;
    margin-top: 0em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 1em;
    background-color: bisque;
    font-kerning: normal;
    font-size: 20px;
    list-style: none;
    border-radius: 3em;
    box-shadow: 0.4em 0.4em 0.4em darkgrey;
    align-items: center;
    color: deeppink;
    line-height: 20px;}

h7{ margin: auto;
    text-align: center;
    font-size: 20px;
    background-color: bisque;
    font-weight: bold;
    color:deeppink;
    max-width: 100%;
    line-height: 20px;
    align-items: center;}