h1{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-indent: 36px;
    background-color: rgb(206, 240, 255);
    line-height: 2;
    color: skyblue;
    font-size: 64px;
   
    
}
p{
    font-size: 35px;
    text-indent: 35px;
}

a:hover{
    color: skyblue
}
li{
line-height:27px;
font-size: 25px;
letter-spacing: 1px;
}

.container{
    display: flex;
    background-color:#ffffff;
    margin: 0 auto;
    height: 700px;

}
.item1{
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin: 50px;
    padding: 0px;
    text-align: center;
    width: 150px;
    height: 65px;
    line-height: 65px;
}
.item2{ 
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin: 50px;
    padding: 0px;
    height: 600px;
    width: 1450px;
}
.b{
    display:block;
    width: 150px;
    height: 65px;
    color: rgb(0, 0, 0);
    background: rgb(206, 240, 255);
    font-size: 24px;
    margin: 20px;
    
}
body{
    height: 100%;
    
    
}
footer{
    display: block;
    position: absolute;
    width: 100%;
}


.footer{
   height: 100px;
   background: rgb(206, 240, 255);
   color: rgb(0, 0, 0);
   text-align: center;

  }
 
  .snow-container {
    position: absolute;
    height: 500px;
    width: 100%;
    max-width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
    background-color:transparent;
  }
  
  .snow {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;  
    left: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-animation: snow linear infinite;
            animation: snow linear infinite;
  }
  .snow.foreground {
    background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
  }
  .snow.foreground.layered {
    -webkit-animation-delay: 7.5s;
            animation-delay: 7.5s;
  }
  .snow.middleground {
    background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png);
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
  .snow.middleground.layered {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .snow.background {
    background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png);
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
  .snow.background.layered {
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
  }
  
  @-webkit-keyframes snow {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
    }
    100% {
      -webkit-transform: translate3d(15%, 100%, 0);
              transform: translate3d(15%, 100%, 0);
    }
  }
  
  @keyframes snow {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
    }
    100% {
      -webkit-transform: translate3d(15%, 100%, 0);
              transform: translate3d(15%, 100%, 0);
    }
  }