

body {
    font-family: sans-serif;
    color: #222;
    background-color: #FFF;
    padding-top: 88px;
    padding-bottom: 1000px; 
    background-image: url(Snow.JPG);
    background-size: cover;
    background-position: center;
}

header {
    background-color: #FFF;
    width: 100%; height: 170px;
    position: fixed; top: 0; left: 0;
    box-shadow: 0 2px 5px #777;
    background: linear-gradient( lavender, #daeff7, white);
}



h1 {
    color: grey;
    text-align: center;
    font-size: 30px;
    letter-spacing: 8px;  

}


h2 {
    text-align: center;
    text-shadow: 3px 2px #f4b75c;
    letter-spacing: 8px;   
    font-size: 40px; 
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    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 {
    font-size:30px;
    color:grey;
    font-weight: bold;
    text-decoration: none;
    transition: color 300ms linear;

}

nav > a:hover {
    color: #a4a4ef;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 30,
  'wght' 1000,
  'GRAD' 0,
  'opsz' 48
}


p {
    line-height: 40px;
    padding-top: 25px;
    font-size:16pt;
    color:lavender;
    font-weight:bold;
    margin: 16px 30px 16px 30px;
    text-align: center;
}

figure {
    width: 500px;

}

figure img {
    width: 100%;
    border-radius: 50px;

}
