html {
    font-family: "Montserrat", sans-serif;    
}

body {
    background-color: azure;
}

#avatar {
    display: block;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

nav ul li {
    list-style-type: none;
    transition: all ease 0.4s;
    display: flex;
    padding-bottom: 10px;
    letter-spacing: 3px;
    text-decoration:none;
}

h1 {
color: lightblue;
text-align: center;
text-align: center
display: flex;
letter-spacing: 3px;
font-size: 15pt;
border-style: solid;
border-width: thick;
}

h2 {
color: lightblue;
letter-spacing: 3px;
height: 60px;
padding-left: 40px;
font-size: 15pt;
align-content: center;
}

h5 {
color: darkblue;
text-align: center;
}

h3 {
color: darkblue;
padding-left: 40px;
text-align: left;

}

ul {
color: darkblue;
font-weight: 100;
padding-left: 40px;
}

footer {
border-style: solid;
border-width: medium;
border-color: darkblue;
margin-top: 60px;
}


h4 {
color: darkblue;
padding-left: 40px;
text-align: center;
}

p {
color: darkblue;
font-weight: 200;
text-align: center;
font-size: 10pt;
padding-left: 40px;
    
}

div {
color: darkblue;
font-weight: 100;
}