.s4{ 
   display: block;
color: red;
font-size: 8px;
margin-top:0px;

}


.ne{ 
   display: block;
color: #999;
font-size: 6px;
margin-top:0px;

}



.container {
text-align: center;

}

.button {
width: 800px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
color: blue;
text-transform: uppercase;
font-weight: 600;
margin-left: 30px;
margin-bottom: 30px;
cursor: pointer;
display: inline-block;
}

.button-1 {
background-color: transparent;
border: 3px solid #ff00ff;
border-radius: 50px;
-webkit-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
color: #00d7c3;
}
.button-1:hover {
box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3;
border: 3px solid #00d7c3;
}
* {
  margin: 0;
  padding: 0;


}



.btn-box {
  width: 100%;
  height: 40px;
  background: white;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(116, 97, 127, 1.00);


}

.content {
  width: 100%;
  height: 93vh;
  overflow: scroll;

}

.container {
  font-weight: bold;
  width: 150px;
  height: 180px;
  position: relative;
}

.container1 {
  font-weight: bold;
  width: 320px;
  height: 170px;
  position: relative;

}
.card1 {
  width: 150px;
  height: 130px;
  position: relative;
  top: 15px;


}
.card2 {
  width:90%;
  height: 120px;
  position: relative;
  top: 15px;

}
span {

font-size: 10px;

color:#000;

display: inline-block; position: relative;

top: 0px;

}

h3 {
  font-size: 12px;
  color: green;
  display: inline-block;
  position: relative;
  top: 20px;
}

figcaption {
  text-align: center;
}


.btn2 {
  margin: 5px;
  font: bold 15px Arial;
  text-decoration: none;
  border-radius: 15px;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 0px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: 3px solid #8098ff;
  background-color: #fff;
  color: #102770;
  box-shadow: 0 8px 24px 0 rgba(255, 235, 167, .2);
  transition: 0.1s;


}

.btn2:active,
.btn2:focus,
.btn2:hover {
  color: #ffeba7;
  box-shadow: 0 0 0.20em 0.20em rgba(255, 255, 255);
  border: 3px solid Red;
  outline: none;
  transform: scale(1.07);
}

.sv-box {
  background-color: #bfffea;
  padding: 5px;
  display: block;
  position: relative;
  border: 2px dodgerblue solid;
  border-radius: 10px;
}

.btn {}

.btn:active,
.btn:focus {
  background-color: #20c0c0;
  color: #ffeba7;
  border-radius: 10px;
}

.btn:hover {
  background-color: #20c0c0;
  color: #ffeba7;
  border-radius: 10px;
}

.btn1 {
  width: 32%;
  height: 30px;
  font: bold 12px Arial;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 3px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: 1px dodgerblue solid;
  background-color: #20c0c0;
  color: #000;
  box-shadow: 0 8px 24px 0 rgba(255, 235, 167, .2);



}

.btn1:active,
.btn1:focus {
  background-color: #fff;
  color: #8098ff;
  outline: none;



}

.btn1:hover {
  background-color: #fff;
  color: #8098ff;
  outline: none;



}
.button-1 {
  width: 90%;
background-color: transparent;
border: 3px solid white;
border-radius: 95px;
-webkit-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
color: #00d7c3;
}
.button-1:hover {
box-shadow: 0 0 30px 0 #00d7c3 inset, 0 0 20px 2px gold;
border: 3px solid #00d7c3;
}

.button-4 {
background-color: white;
width: 90%;
border: 3px solid #ff0251;
color: #ff0251;
transition: .3s;
}
.button-4:hover {
animation: pulse 1s infinite;
transition: .3s;
}
@keyframes pulse {
0% {
transform: scale(1);
}
70% {
transform: scale(.9);
}
100% {
transform: scale(1);
}
