body{
    background: rgb(203, 203, 203);
}
#mapdata{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

}
#mapatoph{
    font-size: 3rem;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#mapatopp{
    text-align: center;
    font-size: 1.5rem;
}
.halfyear{
    border: 10px solid #000000;
    margin: 10px;
}
.halfyear>h3{
    text-align: center;
    padding: 10px;
    border-bottom: 5px solid #000000;
    background: rgb(0, 0, 0);
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
}
.subjects{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding: 10px;
}
.subjects>div{
    border: 1px solid #000000;
    padding: 15px;
    width: 200px;
    text-align: center;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
.halfyear>.subjects>div>h{
    padding: 1rem;
    border: 1px solid #000000;
}
.halfyear>.subjects>div>p{
    padding-left: 10px;
    color: white;
    text-decoration: solid;
    font-size: 1.2rem;
    text-align: center;
    text-shadow: black 1px 2px;
    text-decoration: solid;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.nottaken{
    background: rgb(255, 65, 65);
    border: 2px solid #000000;
}
.taken{
    background: rgb(36, 233, 36);
    border: 2px solid #000000;
}
.studyng{
    background: rgb(9, 150, 250);
    border: 2px solid #000000;
}
.nomen{
    font-size: 1.6rem;
    color: white;
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
    background: #000000;
}
.contnom{
    border: 10px solid black;
    max-width: 500px;
    text-align: center;
    margin-top: 1rem;
}
.nomenclature{
    border: 1px;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    
}
.nomenclature>p{
    color: white;
    padding: 10px;
    font-size: 1.5rem;
}

@media (max-width: 820px) {
    .subjects{
        flex-wrap: wrap;
    }
    .subjects>div{
        margin-bottom: 10px;
    }
    .contnom{
        flex-wrap: wrap;
        margin: 10px;
    }
}