body{
    background: linear-gradient(to bottom, rgba(0,193,176,1) 0%, rgba(100,20,70,1) 100%);
}

* {
    list-style: none
}

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

header nav ul li a:hover {
    color: white;
    
}

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


body p {
    font-family: 'Karla', sans-serif;
    font-weight: 100;
    text-decoration:underline;
    text-align: center;
    margin: -0.5rem;
    background-color: lightgray;
    color: darkcyan;
}

body div h3 {
    font-family: 'Karla', sans-serif;
    text-align: center;
    font-size: 20px;
    margin: 1rem;
    background-color:lightgray;
    color: darkcyan;   
}



header h1 {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    padding: 1rem;
}

header h3 {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
}

main {
    font-family: 'Karla', sans-serif;
    background-color:lightgray;
    color: darkcyan;
    margin: 1rem;
    font-size: 15px;
    padding: 1rem;
    text-align: center;
}


main h2 {
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    color: darkmagenta;
    margin: 1.5rem;
}

main h3 {
    margin-bottom: -0.5rem;
    margin-top: 3rem
}

a img {
    width: 90px;
}

main nav ul li a {
 font-family: 'Karla', sans-serif;
 text-decoration: none;
 color: darkcyan ;
 margin: 0.5rem;
 padding: 1rem;
 width: 12%;
}

main nav ul li a {
    display: block;
    list-style-type: disc;
}

main span   {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    color: darkcyan;
    
}

footer {
    font-family: sans-serif;
    font-style: italic;
    margin: 3rem;
    color: black;
    font-size: 13px;
    text-align: center;
    background-color: lavender; 
    color:darkcyan;
}





