@charset "ISO-8859-1";

 * {
  box-sizing: border-box;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-size: 120%;
  background:#B0C4DE;;
}
.header1{
  width:75%;
  margin: 50px auto 0px;
  color: white;
  background:#755bea;
  text-align: center;
  border: 1px solid #B0C4DE;
  border-bottom: none;
  border-radius: 25px 24px 0px 0px;
  padding: 20px;
}
form,.content {
  width:75%;
  margin: 0px auto;
  padding: 20px;
  border: 1px solid #B0C4DE;
  background: white;
  border-radius: 0px 0px 10px 10px;
}
.input-group {
  margin: 10px 0px 10px 0px;
}
.input-group label {
  display: block;
  text-align: left;
  margin: 3px;
}
.input-group input {
  height: 30px;
  width: 100%;
  padding:10px 10px;
  font-size:16px;
  border-radius:20px;
  border: 2px solid gray;
}
.alert{
  color:#3399ff;
  font-size:25px;
}
.success{
  color:#4CAF50;
  font-size: 25px;
}
label{
  font-size:20px;
  color:#0000ff;
}

/* Style the header */
.header{
 background-color: transparent;
  padding: 5px;
  text-align: center;
}


/* Create three equal columns that floats */
.column {
  float: left;
  width: 33.33%;
  padding: 15px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout */
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }

}

	body{
		background:linear-gradient(90deg,#0162c8,#55e7fc);
	}
	h1{
		text-align: center;
		color:#f0f0f0;
		font-family: 'Baloo Bhai', cursive;
		margin-top: 5px;
	}
    	h2{
		text-align: center;
		color:#f0f0f0;
	font-size: 25px;
    	font-family: MingLiU-ExtB;
        	margin-bottom: 10px;
          
	}
     h3 {
        font-size: 18px;
     
    }

	b{
		color:#0162c8;
		font-size: 30px;
	}
	strong{
		color:#fff; 
	}
    
	select{
	
		font-size:15px;
	}

	table{
		text-align: center;
	}
	select{
		border-radius: 20px;
		color:voilet;
		text-align:center;
		padding-left:auto;
         width:210px;   
	}


    /*user input/code /output  background */
    #divselect {
  border-radius: 25px;
  background:#ee82ee;
  padding:10px;
  width: 100%;
  height: 100%;
}
 /*code blockbackground */
    #codecontain{       
       white-space: nowrap; 
  padding-right:2px;
 overflow: auto;
 font-size:15px; 
  text-overflow: "down"; 
   border-left: 5px solid green;
  background: white;
  margin:2px;
  width: 100%;
  height:45%;
  font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
}


/* Mobile Layout */

@media screen and (max-width: 400px) {
    h1 {
        font-size: 34px;
        line-height: 36px;
        padding-left: 15px;
    }

    table.vip {
        font-size: 0.8em;
    }
}


/*card style*/
.flip-card {
  background-color: transparent;
  width: 100%;
  height:150px;
   margin: 4px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}


.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: black;
  color: white;
  transform: rotateY(180deg);
}
b{color: #411;
  font-family: Consolas, Courier, monospace;
  font-size: 20px;
  text-shadow: 0 0 15px #411;
  height: 100%;
  }
  
  	.pin{
		color: white;
  font-family: Consolas, Courier, monospace;
  font-size:22px;
  margin-top: 20px;
  text-shadow: 0 0 15px #411;
  height: 100%;}
	
  textarea {
    border: none;
     background-color:black;
      color: white;
       width: 100%;
       font-size:18px;
        text-align: center;
       }
/*button*/

#btn{
    background: #10754D;
      color: #fff;
       padding:10px;
        border-radius: 5px;
         margin:5px 2px;
         width:80%;
         height:40px;
}
a{
	text-decoration:none;
	font-size:20px;
}

#btn:hover{
     color:black;
     background-color:slateblue;
}

.btn{
    background: #10754D;
     cursor: pointer;
      color: #fff;
       padding: 8px;
        border-radius: 5px;
         margin: 5px 2px;
}

.btn:hover{
     color: black;
     background-color:slateblue;
     color: #fff;
}
/*blink code */
@keyframes blinking {
  0%{
    background-color: #ff3d50;
    color: #ddd;
  }
  100%{
    background-color: #222291;
    color: #fff;
  }
}
/*blink container*/
#hidecode1,#hidecode2,#hidecode3,#hidecode4,#hidecode5,#hidecode6,#hidecode7{
      
       white-space: nowrap; 
  padding-right: 9px;
 overflow: auto;
  text-overflow: "---"; 
   border-left: 5px solid green;
width: 100%;
  height: 100%;
  padding: 5px;
  
  animation: blinking 1s infinite;
}
[id=result] {
  margin-top: 1rem;
}

[id=result] h3 {
  background: #EEE4E1;
  padding: 10px;
  margin: 10px 0;
  color: #000;
}

h1 {
        font-size: 34px;
    }
strong{
     margin-top:25px;
     font-family: Consolas, Courier, monospace;
     font-size: 22px;
     text-shadow: 0 0 15px #411;
     height: 100%;
}
.button:hover{
    background:#6a5acd;
      color:#411;
     text-shadow: 0 0 15px #411;
      padding:10px;
      font-size:25px;
       border-radius:25px;
       margin:10px 15px;
       width:30%;
       height:50px;
}
.button{
    background:blue;
    color: #fff;
      padding:10px;
      font-size:28px;
       border-radius:20px;
       margin:10px 15px;
       width:30%;
       height:50px;
  }
.opt{
margin-top:15px;
color: white;
  font-family: Consolas, Courier, monospace;
  font-size:20px;
  text-shadow: 0 0 15px #411;
  height: 100%;
  }
  input{
  height:20px;
  width:20px;
  }
#quiz{
 background:tomato;
  }
