 *,*:after,*:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.snow_wrap{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center bottom; 
	overflow: hidden;
	position: relative;
}

.snow, .snow:before, .snow:after {
  position: absolute;
  top: -100%;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: 
  radial-gradient(4px 4px at 100px 50px, #fff , transparent), 
  radial-gradient(6px 6px at 200px 150px, #fff, transparent), 
  radial-gradient(3px 3px at 300px 250px, #fff 50%, transparent), 
  radial-gradient(4px 4px at 400px 350px, #fff 50%, transparent), 
  radial-gradient(6px 6px at 500px 100px, #fff 50%, transparent), 
  radial-gradient(3px 3px at 50px 200px, #fff 50%, transparent), 
  radial-gradient(4px 4px at 150px 300px, #fff 50%, transparent), 
  radial-gradient(6px 6px at 250px 400px, #fff 50%, transparent), 
  radial-gradient(3px 3px at 350px 500px, #fff 50%, transparent);
  background-size: 650px 650px;
  animation: snow 40s linear infinite;
  content: "";
}

.snow:after {
  margin-left: -100%;
  opacity: 0.4;
  filter: blur(2px);
  animation-duration: 50s;
  animation-direction:normal;
}

.snow:before {
	margin-left: -5%;
  opacity: 0.4;
  filter: blur(3px);
  animation-duration: 50s;
  animation-direction: normal;
}

@keyframes snow {
  to {
    transform: translateY(100%);
  }
}




body{
    background-color: black;
    margin-left: 20%;
    margin-right: 20%;
}

img{
  align-items: center;
}

.snow_wrap p{
    color: azure;
}
.snow_wrap b{
  font-size: x-large;
}
.menu{
    color: azure;
}
.logo{
   position: absolute;
   margin-top: 0px;
   margin-left: 10px;
}

.logo img{
  height: 120px;
}

nav{
  width: 100%;
  overflow: auto;
}

ul{
  padding: 0;
  margin: 10 0 0 0px;
  list-style: none;
}
li{
  float: right;
  margin-right: 20px;
}

nav a{
  width: 100%;
  font-size: large;
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  color: azure;
  text-align: center;
}

nav a:hover{
  background: gray;
  transition: 0.5s;
  text-transform: uppercase;
}



.layout {
    color: aliceblue;
    display:flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

  }
.layout img{
  width: 150px;
  align-items: center;
  
}

.layout p{
  width: 50vh;
}

.snow_wrap .layoutcenter{
  display: flex;
  justify-content: center;
}


.snow_wrap .layoutcenter img{
   position: relative;
   height: 150px;
   margin: auto;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
}



td{
  text-align: center; 
  vertical-align: middle;
}
  .brr{
    height: 80px;
  }




  .social-menu ul {
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    display: flex;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fa {
    color: black;
    font-size: 25px;
    line-height: 50px;
    transition: .5s;
}
.social-menu ul li .fa:hover {
    color: #ffffff;
}
.social-menu ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:aliceblue;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(red, green, blue, alpha);
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
    background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover {
    background-color: red;
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: blue;
}
.social-menu ul li:nth-child(4) a:hover {
  background-color:gray;
}


.bird {
  background-image: url("https://www.iamramraj.com/demo/Flying_birds_CSS_animation_examples/bird-cells.svg");
  background-size: auto 100%;
  width: 86px;
  height: 125px;
  will-change: background-position;
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-delay: -0.5s;
}










.avatar {
  display: flex;
  border-radius: 50%;
  position: relative;
  height: 50vh;
  margin: auto;
  left: 0;
  right: 0;
  top: -30vh;
  bottom: 0;
}






  @media (max-width:480px){
    

    body{
      margin-left: 0%;
      margin-right: 0%;
  }
   
  nav a{
    font-size: small;
    display: block;
    text-decoration: none;
    color: azure;
    text-align: center;
  }

  .layout img{
    width: 100px;
  }
  .layoutcenter img{
    width: 120px;
  }

  li{
    margin-right: 5px;
  }

  }




  @media (max-width: 699px){
    body{
      margin-left: 5%;
      margin-right: 5%;
  }
    
  .layout img{
    width: 150px;
  }
  .layoutcenter img{
    width: 180px;
  }



  }

  @media (min-width: 700px){
    body{
      margin-left: 5%;
      margin-right: 5%;
  }

  }

  @media (min-width: 1024px){
    
  }