body {
    font-family: sans-serif;
    color: #222;
    background-color: gray;
    padding-top: 88px;
    padding-bottom: 1000px; /* makes a tall page */
    background-size: cover;
    background-position: center;
}

header {
    background-color: #FFF; 
    width: 100%; height: 160px;
    position: fixed; top: 0; left: 0;
    box-shadow: 0 2px 5px #222;
    background-image: url(j3.jpg);
    background-size: cover;
    background-position: center;
}



h1 {
    color: white;
    text-align: center;
    font-size: 20px;

}


h2 {
    text-align: center;
    color: white;
    text-shadow: 3px 2px #222;
    letter-spacing: 8px;   
    font-size: 40px; 
    border-top: 4px solid #222;
    border-bottom: 4px solid #222;
    margin-bottom: 5px;
    margin-top: -5px;

    

}

main {
    margin-top: 100px;
    border: 10px solid lavender;
    min-height: 80vh;
    background-color: rgba(40,40,40,.5);
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 50px;
}

nav {
    text-align: center;
}


nav > a {

    color:white;
    font-weight: bold;
    text-decoration: none;
    transition: color 300ms linear;

}

nav > a:hover {
    color: gray;
}

.material-symbols-outlined {
    font-variation-settings:
  'FILL' 30,
  'wght' 1000,
  'GRAD' 0,
  'opsz' 48;
    font-size: 50px;
    text-shadow: 2px 2px gray;
    letter-spacing: 50px;
}


p {
    line-height: 40px;
    padding-top: 25px;
    font-size:16pt;
    color:lavender;
    font-weight:bold;
    margin: 16px 30px 16px 30px;
    text-align: center;
}

figure img {
    max-width: 300px;
}