@import url('reset.css');

body{
    background: url('../images/main_bg.jpg') top center repeat;
}

.main{
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

h1{
    font-size: 24px;
    color: #333;
    line-height: 2;
    margin-top: 20px;
}

.item_box{
    margin: 30px 0px;
}

ul.item_ul{
    padding: 15px 0px;
}

li.item_li{
    line-height: 1.6;
    font-size: 13px;
    padding: 10px 0px;
    color: #333; 
    
}

span{
    background-color: rgb(26, 105, 184);
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}