@import url('https://fonts.googleapis.com/css?family=Anton|Bellota+Text&display=swap&subset=latin-ext');

html, body {
    width: 100%;
    padding: 0;    
    margin: 0;
    font-family: 'Bellota Text', cursive !important;
    font-size:13px !important;
}

#form_message {
    position: absolute;
    width: calc(100% - 15px);
    margin:0px;
    
}


h3 {
    font-family: 'Anton', sans-serif !important;
    margin: 0;
    padding: 15px;
    border-bottom: 1px dotted #fff;
}

h3 span {
    line-height: 26px;
    font-size: 14px !important;
    display: block;
    font-family: 'Bellota Text', cursive !important;
}