body
{
    background:url(lol3.jpg) center ;
}
.main
{
    margin: 20px auto 20px auto;
    width: 80%;
    border: solid 2px;
    background: rgba(255, 255, 255, 0.667);
}
.header
{
    min-height: 300px;
    margin: 0px auto 20px auto;
    padding: 10px;
}
.title
{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
}
.title h1
{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 4em;
    color: rgba(39, 8, 243, 0.896);
}
.main_menu
{
    margin: 20px auto 20px auto;
    list-style: none;
    background-color: rgba(122, 130, 130, 0.786);
    font-size: 2em;
    color:antiquewhite;
    border-radius: 10px;
}
.menu_item
{   
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: inline-block;
    width: 19%;
    border-radius: 10px;
}
.menu_item:hover
{
    background-color: rgba(72, 75, 75, 0.786);
}
.main_menu a
{
    color:antiquewhite;
    text-decoration: none;
}
.news
{
    vertical-align: top;
    width: 18%;
    border: double 2px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px;
    margin-left: 20px;
    padding: 10px;
    display: inline-block;
}
.news h1
{
    font-size: 25px;
    margin-bottom: 3px;
    text-decoration: underline double;
}
.main_content
{
    vertical-align: top;
    width: 55%;
    border: double 2px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px;
    min-height: 500px;
    margin-left: 20px;
    display: inline-block;
}
.avtorize
{
    vertical-align: top;
    width: 18%;
    border: double 2px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px;
    margin-left: 20px;
    display: inline-block;
    padding: 10px;
    font-size: 20px;
}
.footer
{
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 100;    
}