
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
p {
    font-family: Arial, Helvetica, sans-serif;
}
h1{
    text-align: center;
    padding: 1em;
    font-size: 3em;
    font-family: Arial, Helvetica, sans-serif;
    color:rgb(0, 153, 255)
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
}
a{
    font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   color: rgb(255, 255, 255);
   font-size: 1.5em;
}
ul {   

    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
ul > li{
    list-style-type: none;
}


section {
position:relative;
margin: 1em;
margin-top: 8em;
border:2em;

max-width: 70%;
background-color: rgb(184, 223, 255);
border-radius: 1em;
color: black;
padding: 2em;
}

section > img{
   position: absolute;
   margin-top: -8em;
   left:50%;
   transform: translateX(-50%);
    width: 8em;
    height: auto;
    border-radius: 10%;
   
}
section > ol {

padding-top: 1em;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
section > ol >li:nth-of-type(2){
    border-radius: 1em;
    background-color: rgb(94, 186, 240);
    padding: 1.5em;
    margin: 1.5em;
    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: black;
    cursor: pointer;
    text-decoration: none;
}

