.btn {
display:block;
padding:10px 20px;
text-align:center;
font-weight: bold;
}

.btn-red {
color: #fff;
background-color: rgb(250,0,50);
}

.btn-outline {
background-color:transparent;
color: white;
border: 3px solid white;
}

.btn-green {
background-color:transparent;
color:#05819B;
border: 3px solid #05819B;
}

.btn-purple {
background-color:transparent;
color:#6C75B7;
border: 3px solid #6C75B7;
}


.btn-blue {
background-color:transparent;
color:#004B80;
border: 3px solid #004B80;
}

body {
background-color:white;
}

.WaGadgetLoginButton a {
    color: #fff;
    text-decoration: underline;
}