* {
   font-family: "Atkinson Hyperlegible";
   /* font-family: "univers"; */
}

body{
    min-width: 900px;        
    width: auto !important; 
    width: 900px;
}

h1 {
    /* font-family: "Atkinson Hyperlegible"; */
    font-size: 80px;
    font-weight: normal;
    margin: 0;
    text-align: left;
}

h2 {
    /* font-family: "Atkinson Hyperlegible"; */
    font-size: 60px;
    font-weight: normal;
    margin: 0;
}

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


mark {
    background-color: black;
    line-height: 200%;
    font-size: 50%;
}

.main {
    margin-left: 10vw;
    margin-right: 20vw;
    text-align: justify;
}

.chapters {
    margin-left: 10%;
    display: inline-block;
    color: black;
    text-decoration: none;
}

.chapter {
    margin: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.gallery:hover {
    background-color: pink;
}

.science:hover {
    background-color: rgb(182, 197, 255);
}

