body {
    margin:0;
    padding:0;
}

body {
    font-family: Georgia, Cambria, sans-serif;
    font-size: 1.1 em;
    line-height: 1.6 em;
    color: rgb(57, 64, 83);
    background-color: rgb(242,244,244);
}

p {
    font-size: 1.2 em;
    line-height: 1.5 em;
    margin-bottom: 15px;
    text-align: left;
    color: rgb(57, 64, 83);
}

h1 {
    font-size: 2.1 em;
    padding: 0;
    line-height: 2em;
}

h2 {
    font-family: 'Libertinus Mono', Georgia, Cambria;
    font-size: 2.2em;
    padding: 5px 0;
    font-variant: small-caps;
    letter-spacing: 0.3em;
}

h3 {
    font-size: 1.2 em;
    padding: 5px 0;
    font-weight:bold;
    font-style: italic;
    text-align: left;
}

ul{
    text-align: left;
}

li{ 
    text-align: left;
}

blockquote {
    font-style: italic;
}

footer {   
    width: 100%;
    padding: 40 px 0;     
    margin-top: 20 px;
    text-align: center;   
    background-color: rgb(152, 138, 127);
    clear:both;
}

footer p {
    color:rgb(2, 20, 32);
}

table {
    margin: 0 px;
    padding: 0 px;
    width: 350px;
    float: left;
}

table {
    border: 1px solid;
}

table td{
    padding: 10px;
    font-size: 0.8em;
}

a:link {
    font-weight: bold;
    text-decoration: none;
    color: rgb(57, 64, 83);

}

a:visited {
    font-weight: bold;
    text-decoration: none;
    color: rgb(0, 13, 45);
}

a:hover {
    color: rgb(152, 138, 127);
}

nav {
    font-size: 1.2em;
    text-align: center;
    width: 100%;
    height: 75px;
    top: 0;
    background-color: rgb(164, 175, 208);
    overflow: hidden; 
    position:fixed;
  }
  
  ul#menu {
   padding:0; 
   padding-top: 10px;
   display:inline-block; 
  }
  
  ul#menu li {
    list-style: none; 
    float: left;
    padding: 0 0 20px;
   }
  
  ul#menu li a.button {
    color: rgb(57, 63, 84); 
    font-size: 1.2em;
    font-weight: 800;
    text-decoration: none; 
    padding: 50px 20px 50px 20px;
  }
  
  ul#menu li a.button.selected {
    background-color: rgb(239, 229, 227); 
    font-style: italic; 
    color: rgb(57, 63, 84);
  }
  
  ul#menu li a.button:visited {
    color: rgb(87, 97, 132); 
  }
  
  ul#menu li a.button:visited.selected {
    color: rgb(57, 64, 83); 
  }
  
  ul#menu li a.button:hover {
    background-color: rgb(239, 229, 227);
    color: rgb(57, 64, 83);
  }
  
  ul#menu li a.button:hover.selected {
    background-color: rgb(239, 229, 227);
    color: rgb(57, 64, 83);
  }

#splash {
    background-color: rgb(242,244,244);
    background: url(images1/design.png) no-repeat center top fixed;
    background-size: cover;
    opacity: 90%;
}

#title {
    width: 100%;
    padding-top: 250px;
    color: rgb(149, 163, 203);
    text-align: right;
}

#title h1{
    font-family: Georgia, Cambria, sans-serif;
    font-size: 4em;
    text-shadow: 3px 3px #000000;
}

#title h2 {
    font-family: Georgia, Cambria, sans-serif;
    font-size: 2em;
    font-style: italic;
    margin: 0 40px;
    text-shadow: 2px 2px #000000;
}

#intro {
    padding: 80px 0 80px 0;
    background-color: rgb(164, 175, 208);  
}

#stages {
    padding: 80px 0 80px 0;
    background-color: rgb(218, 203, 201);
}

#examples {
    padding: 80px 0 80px 0;
    background-color: rgb(239, 229, 227);
}

#examples img.hands {
    float: left;
    margin: 0px;
    max-width: 90%;
    max-height: 90%;
}

#examples img.change {
    float: right;
    max-width: 35%;
    margin: 20px;
    padding-top: 75px;
}

#footer {
    font-size: 0.8em;
    background-color: rgb(188, 199, 207);
}

#footer p {
    text-align: center;
}

.container {
    width: 1000px;
    padding: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.grid-container{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 25px;
    padding: 10px;
}

.grid-item {
    font-size: 1.2em;
}

.grid-item img {
    width: 100%;
}