html{
    font-size: 11px;
}

.peopleteam {
  display: inline-block;
  width: 310px;
  padding: 0px 0px;
  border: 2px solid #0000ff;
  background-color: #9933FFcc;
  border-radius: 3px;
  position: relative;
  
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

f.bkkn {
  color: #FF0000cc;
  text-style: normal;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
f.bkkn:hover {
  color: #FFFF00cc;
}
f.bkkn:focus {
  color: #FFFF00cc;
}

.bkkn {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-align: center;
  font-style: normal;
  display: inline-block;
  width: 312px;
  font-weight: bold;
  text-gravity: top;
  text-wrap: true;
  padding: 5px 0px;
  border: 3px solid transparent;
  border-radius: 10px;
  position: relative;
}
.bkkn:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: transparent;
  border-radius: 9px;
  z-index: -2;
}
.bkkn:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.bkkn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.layang {
    position:fixed;
    right:5px;
    top:10px;
}


.hidden{
  visibility:hidden;
}
body{
  background: url(matrix.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.dark {
  background: #24252A;
}

.flex {
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#imag { 
    max-width: 25%; 
    height: auto; 
}


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

b.bssn {
  color: #FF0000;
  text-style: normal;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
b.bssn:hover {
  color: #00FF00;
}
b.bttn:focus {
  color: #00FF00;
}

.bssn {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-align: center;
  font-style: normal;
  display: inline-block;
  width: 300px;
  font-weight: bold;
  text-gravity: top;
  text-wrap: true;
  padding: 15px 0px;
  border: 3px solid transparent;
  border-radius: 10px;
  position: relative;

  
}
.bssn:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: transparent;
  border-radius: 9px;
  z-index: -2;
}
.bssn:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.bssn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.layang {
    position:fixed;
    right:5px;
    top:10px;
}

@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a.bttn {
  color: #FFFF00cc;
  text-decoration: underline;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
a.bttn:hover {
  color: #00FF00cc;
}
a.bttn:focus {
  color: #00FF00cc;
}

.bttn {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  width: 270px;
  font-weight: bold;
  padding: 5px 0px;
  border: 3px solid #9933FF;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.bttn:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #DC143Ccc;
  border-radius: 9px;
  z-index: -2;
}
.bttn:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.bttn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
 
