*{
    margin:0;
    padding: 0;
    outline: none;
}

html{
    font-size: 100%;
    height: 100%;
}

body{
    font-family: Lato, sans-serif;
    font-size: 1em;
    min-height: 100%;
    background-color: #4260b6;
    width: 100%;
    display: block;
    padding-bottom: 50px;

}
ul, ol{
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    height:auto;
}
li{
    list-style: none;
}


a{
    text-decoration: none;
    color: inherit;
}