body{
    font-family: Arial, Helvetica, sans-serif;
    color:#222;
    line-height:1.1;
    font-size:16px;
}
p{
    font-size:16px;
    margin-bottom:10px;
    line-height:1.1;
}
ul{
	font-size:16px;
    padding-left:20px;
    line-height:1.1;
}

li{
	font-size:16px;
    margin-bottom:4px;
}
.container{
    max-width:900px;
    margin:40px auto;
    padding:20px;
}

header{
    text-align:center;
    margin-bottom:40px;
}

header h1{
    font-size:38px;
    margin-bottom:10px;
}

header h2{
    font-size:26px;
    margin-bottom:10px;
}

header .site{
    font-size:18px;
}

.section{
    margin-top:40px;
}

.section h3{
    font-size:26px;
    margin-bottom:18px;
}

.deadline{
    text-align:center;
    font-size:22px;
    font-weight:bold;
    margin:30px 0;
}


.category{
    margin-bottom:25px;
    font-size:16px;
    padding-left:20px;
    line-height:1.1;
}

.fee{
    font-weight:bold;
}

.contact{
    margin-top:40px;
    text-align:center;
    font-size:20px;
    font-weight:bold;
}