li,
h1,
h2,
h3 {
    color: aliceblue;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

li {
    margin: 10px;
}

ul {
  list-style-position: inside;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

a {
    margin: 5px;
    color: #0D1117;
}

a:hover {
    color: #0D1117;
}

a:link { 
    text-decoration: none; 
}

a:visited { 
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active { 
    text-decoration: none; 
}

.aLinkDescription {
    color: aqua
}

.aLinkDescription:hover{
    color: white;
}

a:hover {
    color: rgb(0, 255, 128);
}

hr.rounded {
    border-top: 4px solid #bbb;
    border-radius: 5px;
    max-width: 50rem;
    margin-top: 20px;
}

#photo {
    border-radius: 20px;
    margin-top: 2em; 
    max-width: 12.5rem;
}

img:hover {
    opacity: 0.5;
}

body {
    background-color: #0D1117;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    li {
        display: inline-block;
        text-align: center;
    }
    ul {
        padding: 0;
        list-style-type: none;
    }
}
   
