* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 .fanc-text {
    color: #fff;
    text-shadow:
      0 0 7px rgb(13, 143, 250),
      0 0 10px rgb(255, 255, 255),
      0 0 21px rgb(236, 12, 12),
      0 0 42px rgb(255, 81, 0),
      0 0 82px rgb(255, 72, 0),
      0 0 92px rgb(255, 136, 0),
      0 0 102px #f09,
      0 0 151px #f09;
      padding:20px;
      padding-top:30px;

    animation: pulsate 0.11s ease-in-out infinite alternate;
    background-color: #010a01;
    font-size: 40px;
    font-family: "Sacramento" , sans-serif;
  }

body{
background-color: #f2f8fb;
display: grid;
text-align:right-center;
font-size:20px;
padding:15px;
}
.programmingintro
{
  padding:12px;
  font-size: 30px;

}
.programming{
  display:flex;
  justify-content: space-between;
  font-size: 30px;
}

/*
fancy text 5th point css here
*/

   .fancy-text {
    color: #fff;
    text-shadow:
      0 0 7px rgb(250, 13, 13),
      0 0 10px rgb(255, 255, 255),
      0 0 21px rgb(236, 12, 12),
      0 0 42px rgb(255, 81, 0),
      0 0 82px rgb(255, 72, 0),
      0 0 92px rgb(255, 136, 0),
      0 0 102px #f09,
      0 0 151px #f09;
      padding:20px;
      padding-top:30px;

    animation: pulsate 0.11s ease-in-out infinite alternate;
    
  }

/*
block programming technquie starts here
*/

.im
{
  font-size: 5px;
  display:flex;
  align-items: center;
  padding:10px 20px;
}
.easiest
{
  font-size: 20px;
  text-align: center;
  background-color: aquamarine;
    padding: 20px 10%;
  background-color: #acafbd;
  padding-top: 10px;
  padding-bottom: 1px;
}
.columi {
  box-shadow: 0 4px 8px 0 rgba(224, 15, 15, 0.2);
  transition: 0.5s;
  width: 70%;
  padding-left:20px;
  
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(13, 175, 22, 0.2);
}

.container {
  padding: 20px;
  padding-left: 25px;
}

.text
{
  font-size:20px;
  padding-left:20px;
  align-items: center;

}

/*
block programming technique stops here
*/

/*
blocks divided into parts starts here
*/

.textiee
{
  text-align: center;
   font-size: 25px;;
}

.texter
{
  text-align: center;
   font-size: 25px;;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Float 2 columns side by side */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}
.colum{
  float:left;
  width:100%;
  padding:10px;
}

.block1-para
{
  font-size: 18px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* styling of the block  cards */
.cardiB {
  width:100%;
  box-shadow: 0 4px 8px 0 rgba(22, 20, 20, 0.2); /* this adds the "card" effect */
  padding: 16px;
  
  text-align: center;
  background-color:#c8c9cf;
}

.cardi {
  width:100%;
  box-shadow: 0 4px 8px 0 rgba(22, 20, 20, 0.2); /* this adds the "card" effect */
  padding: 16px;
  
  text-align: center;
  background-color:#8e93b1;
}



/*
block divided into part ends here
*/


/*
nav bar css starts here
*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');
body {
	margin: 0;
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;
}

.cont {
	width: 80%;
	margin: 0 auto;
}

header {
  background: #95c7e0;
  text-decoration-color: blueviolet;
}

header::after {
  content: '';
  display: table;
  clear: both;
}

.logo {
  float: left;
  padding: 10px 0;
}

nav {
  float: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 70px;
  padding-top: 23px;

  position: relative;
}

nav a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color: #000;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: #444;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 100%;
}




/*
nav bar css ends here
*/

/*
about page css
*/

.heady {
  padding: 60px;
  text-align: center;
  background: #24252a;
  color: white;
  font-size: 30px;
   display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.boody{
  padding: 60px;
  text-align: center;
  background-color: #f2f8fb;
  color: black;
  font-size: 30px;
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .close {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media only screen and (max-width: 800px) {
  .nav__links,
  .cta {
    display: none;
  }
  .menu {
    display: initial;
  }
}

/*
footer starts here
*/
.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:black;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}
/*
footer ends here
*/