.background{
    background-image: url(background.jpg);
    z-index: -1;
    
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
    opacity: 0.2;
}

body{
    font-family: Roboto, Sans serif;
    color: #333;
}

main{
    width: 800px;
    height: 100%;
    margin: auto;
}

footer{
    width: 800px;
    height: 100%;
    margin: auto;
    margin-top: 100px;
}


h1{
    margin-bottom: 1em;
    text-align: center;
}


h2{
/*     margin-top: 2em; */
/*     margin-bottom: 1em; */
    text-align: center;
}

li{
    margin-bottom: 0.4em;
}

/* для ссылки в самом низу страницы */
.github-link{
    margin-top: 5em;
}




section{
    margin-top: 3em;
}

section img{
    width: 800px;
}


/* Картинка с подписями */
.img_title{
    margin-top: 3em;
}


/* Название группы */
.group{
    font-weight: 600;
    color: #333;
}


.group-big{
    display: block;
    font-family: serif;
    font-size: 1.5em;
    text-align: center;
    margin: 0.5em 0;
}

/* Даты листка с посещаемостью */
.dates{
    padding: 0 2em;
    font-size: 1.2em;
    font-family: monospace;
}

.img_title img{
    margin-top: 0.2em;
}


@media screen and (max-width: 1000px){
    
    body, li{
        font-size: 36px;
    }
    
    h1{
/*         font-size: 36px;  */
/*         line-height: 0.9em; */
/*         color: #666; */
    }
    
    h2{
/*         font-size: 40px; */
    }
    
}