body {
background: #141E30;
background: -webkit-linear-gradient(to right, #243B55, #141E30);
background: linear-gradient(to right, #243B55, #141E30);
color: #fff;
}
.btn-purple-moon {
background: #4e54c8;
background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8);
background: linear-gradient(to right, #8f94fb, #4e54c8);
color: #fff;
border: 3px solid #eee;
}
.btn-ultra-voilet {
background: #654ea3;
background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);
background: linear-gradient(to right, #eaafc8, #654ea3);
color: #fff;
border: 3px solid #eee;
}
.btn-pink-moon {
background: #ec008c;
background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
background: linear-gradient(to right, #fc6767, #ec008c);
color: #fff;
border: 3px solid #eee;
}
.btn-cool-blues {
background: #2193b0;
background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);
background: linear-gradient(to right, #6dd5ed, #2193b0);
color: #fff;
border: 3px solid #eee;