/*
 * Your global styles here
 */
html,
body {
    height: 100%;
}

html {
    background: white;
}

body {
    margin: 0;
}

.messaging-link-button_blue{
    display: block; 
    background-color: #066AFE; 
    width: 150px; 
    padding: 10px; 
    text-align: center; 
    border-radius: 75px; 
    color: #F0F0F0; 
    font-weight: bold; 
    line-height: 15px;
}