* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #f2f2f2;
  font-family: sans-serif;
  -webkit-transition: .3 ease all;
  transition: .3 ease all;
}

body.dark {
  background: #242526;
}

header {
  text-align: center;
}

body.dark header {
  color: white;
}

p {
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 600;
  color: black;
}

body.dark p{
  color: #f2f2f2;
}

footer{
  color: black;
}

body.dark footer {
  color: #f2f2f2;
}

.switch {
  background: #343D5B;
  border-radius: 1000px;
  border: none;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
}

.switch::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: #f1f1f1;
  top: 0;
  left: 0;
  right: unset;
  border-radius: 100px;
  -webkit-transition: .3 ease all;
  transition: .3 ease all;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.switch.active {
  background: orange;
  color: black;
}

.switch.active::after {
  right: 0;
  left: unset;
}

.switch span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: none;
  color: white;
}
/*# sourceMappingURL=estilos.css.map */

#button1{
  background: #3b5998;
  border: none;
}




#button2{
  background: #E1306C;
  border: none;
}




#button3{
  background: black;
  border: none;
}



#button4{
  background:  #00acee;
  border: none;
}



#button5{
  background: linear-gradient(to top, #242526, 20%, rgb(36, 42, 144));
  border: none;

}



#button6{
  background: linear-gradient(to top, #242526, 20%, rgb(41, 192, 154));
  border: none;

}

#button7{
  background: linear-gradient(to top, #242526, 20%, rgb(255, 240, 51));
  border: none;

}
