p{
color: palevioletred;
font-family:Georgia, 'Times New Roman', Times, serif;
border: 3px,white , dotted;
}

body{
padding: 0px;
background-color: rgb(175, 246, 175);
color: black;
font-size: 20px;

}
body {
margin: 0;
padding: 0;
}

h2, p {
margin: 10px;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
background-color: #333333;
display: flex;
justify-content: center;
}
ul li a.active {
background-color: #045daa;
}

ul li a {
display: block;
color: white;
padding: 14px 16px;
text-decoration: none;

}

ul li a:hover {
background-color: #111111;
}
.dark-mode {
background-color: black;
color: white;
}
.Acorn{
color: palevioletred;
font-family:Georgia, 'Times New Roman', Times, serif;
display: flex;
margin:2 auto;
display: inline;
list-style: inside;
text-align: center;
width: 250px;
padding: 10px;


}
.list{
color: rgb(162, 9, 9);
list-style-position: inside;
text-align: center;
width: 350px;
margin: 2 auto;
display: flex;
display: inline;
list-style: inside;

}

img{
border-radius: 15px;
display: flex;
justify-content: center;
align-items: center;
display: block;
margin-left: 530px;
margin-top: 20px;
}

h1{
text-align: center;
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.56);
}
h2{
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.56);
text-align: center;
}
h3{
text-shadow: 2px 2px 8px rgba(8, 237, 233, 0.912);
text-align: center;
}

.video{
justify-self: center;

}

button{
display: block;
margin: 0 auto;
border: 3px solid navy;
border-radius: 15px;
background-color: aliceblue;
padding: 10px 20px;
font-size: 15px;
cursor: pointer;
}
button:hover{
background-color: rgb(5, 69, 121);
color: indigo;
 }