@import url('https://fonts.googleapis.com/css?family=Mitr:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

body{margin:0px;padding:0px;overflow-x: hidden;font-family:'Mitr';font-weight:300; }

.no-padding{padding:0px;}


.top_page{
    display: flex;
    position: absolute;
    z-index: 999999;
    width: 100%;
    justify-content: flex-end;
    padding-right: 40px;
    top: 20px;
    align-items: center;
}


 .top_page .sociau{
    border: none;
    padding: 20px;
}



 .top_page .sociau a {
    
    background: #022d63;

}






.sociau a:first-child{background:#3a5997;}
.sociau a:last-child{background:#00aaea;}
 .sociau a:nth-child(2){background:#3148ff;}
 .sociau a:nth-child(3){background:#cd4231;}


