*{
    box-sizing:border-box;
 
}
    
    body{
        background-color:#fa1919;
        max-width: 100%;
        font-family: 'PT Sans', sans-serif;}

ul li {
    display:inline-block;
    padding: 10px;
    border: 2px solid black;
    background-color:white;
    color: red;
    border-radius: 20px;
    margin: 5px;
    text-align: center;
    flex-basis: 20%; 
    max-width: 100%;}

a{
  color:red;
    text-decoration:underline}

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

h1{ 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: white;
    font-kerning: normal;
    font-size: 20px;
    list-style: none;
    border-radius: 3em;
    box-shadow: 0.4em 0.4em 0.4em black;
    align-items: center;
    color: red;
line-height: 1em;
text-align: center}

p{  display: flex;
    max-width: 100%;
    text-align: center;
    background-color: white;
    font-size: 15px;
    color: black;
    margin: 0em 0em;
    padding: 1em;
    border: 3em;
    box-shadow: 0.4em 0.4em 0.4em black;
    align-items: center;
    flex-direction: row;
    flex-basis: auto;
    justify-content: space-evenly;
    margin: 3em 3em 3em 3em;
    text-align: center;
    line-height: 15px}


h2{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: white;
    font-kerning: normal;
    font-size: 20´x;
    list-style: none;
    border-radius: 3em;
    box-shadow: 0.4em 0.4em 0.4em black;
    align-items: center;
    color: red;
    line-height: 1em;
text-align: center}


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: white;
    font-kerning: normal;
    font-size: 20px;
    list-style: none;
    border-radius: 3em;
    box-shadow: 0.4em 0.4em 0.4em black;
    align-items: center;
    color: red;
    line-height: 1em;
text-align: center}


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: white;
    font-kerning: normal;
    font-size: 20px;
    list-style: none;
    border-radius: 3em;
    box-shadow: 0.4em 0.4em 0.4em black;
    align-items: center;
    color: red;
    line-height: 1em;
text-align: center}

