body {
 color: #271623;
 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
h1, h2, h3, h4 { 
 color: #52c4df;
}
.button { 
display:  inline-block;
margin:  0;
text-align:  center;
 background-color: #52c4df;
 color: #fff;
}
#prefcenter, #updateprofile, #interest {
 border-radius: 500px;
}
button, input[type=submit] {
display: inline-block;
margin: 0;
padding: 10px 21px;
cursor: pointer;
transition: all .2s ease-in-out;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
text-align: center;
vertical-align: middle;
opacity: 1;
color: #fff;
border: none;
border-radius: 500px;
background: #34bad9;
background-position: 100%;
background-size: 200%;
box-shadow: 0 0 0 rgba(0,0,0,.1);
font-family: museo-sans,arial,sans-serif;
font-size: 1rem;
line-height: 1.3;
-webkit-box-align: center;
-ms-flex-align: center;
-moz-appearance: none;
-webkit-appearance: none;
}