* {
    list-style: none
}

a {
    text-decoration: none;
    color: darkmagenta
}

a img {
    width: 90px;
}

ul { 
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: darkmagenta;
    list-style: none;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

body {
 background-color:white;   
}

h1 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    letter-spacing: 10;  
    color: darkcyan; 
    background-color: lavender;
    padding: inherit;
    margin: inherit;
    box-sizing: border-box;
}
 
  h1 p {
    margin: 0.5rem;
    font-size: 18px;
    letter-spacing: 0;
}

h2 { 
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: justify;
    margin: 1rem;
    padding: 1rem;
    background-color: lavender;
    color: darkcyan;

}

  h2 span{
    font-family: 'Roboto', sans-serif; 
    color: darkmagenta;
    font-size: 16px;
    
    
}

footer {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: center;
    margin:  4rem 1rem 2rem 1rem;
    color: darkmagenta;
    background-color: lavender;
}