body {
        background-color: aliceblue;
        background-image: url('https://textures.neocities.org/textures/abstract-pink-and-blue/pjc50045.jpg');
}

* { 
    scrollbar-color: teal rgb(255,255,255,0.5);
    scrollbar-width: thin;
}

h1 { 
    color: rebeccapurple;
    text-shadow: 2px 2px 0 white;
}

header div a {
        text-shadow: none;
        background-color: white;
}

nav {
  margin-right: 10px;
  padding: 5px 0 5px 5px;
}

#search {
    margin: 10px;
}

details { 
    padding: 2px;
    background: lavender;
}

details:nth-child(2n) { background: aliceblue; }

ul {
	margin: 0 0 0 12px;
	padding: 0;
}

li {
    padding: 3px;
    margin: 0;
}

li.active {
    background: white;
    letter-spacing: 1px;
    font-size: 110%;
}

iframe {
  background: lavender;
  border-radius: 10px;
  outline: 2px dotted thistle;
  border: 4px solid teal;
}

nav { 
    background: rgb(230,245,255,0.65);
    border-radius: 10px;
    border: 2px solid thistle;
}
    
