.container {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: smaller;
    display: flex;
    justify-content: center;
    align-items: center;
}

a:link, a:visited{
    color: #b2b2b2;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #b2b2b2;
}

.navi{
    text-align: center;
    margin: 5px;
    padding: 10px;
    border-style: dotted;
    border-width: 2px;
}

.decor1{
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: center;
}

.column{
    float:left;
    margin: 7px;
}

.row{
    display:flex;
    align-items: center;
}

.maincontainer{
    max-height: 600px;
    overflow: auto;
    padding: 10px;
    border-style: dotted;
    border-width: 2px;
    background-color: black;
}

.mainseg1, .mainseg2{
    width: 550px;
    border-style: dotted;
    border-width: 2px;
    padding: 10px;
    background-color: white;
}

.mainseg1{
    max-height: 700px;
    overflow: auto;
}

ul{
    list-style-type: none;
}

table td{
    justify-content: flex-start;
}

.about1{
    float: left;
    text-align: center;
    width: 250px;
    padding-right: 50px;
}

.divider, header, .note{
    text-align: center;
}

.quizcontainer{
    margin: 10px;
    padding: 10px;
    text-align: center;
    height: 450px;
    width: 600px;
    overflow: auto;
    border-style: dotted;
    border-width: 2px;
    display: flex;
    justify-content: center;
}

.decor2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.projectinfo{
    width: 600px;
    height: 200px;
    overflow: auto;
    text-align: center;
    border-style: dotted;
    border-width: 1px;
    padding: 5px;
    margin: 5px;
    display: flex;
    justify-content: center;
}

.blinkies{
    border-style: dotted;
    border-width: 2px;
    text-align: center;
    background-color: black;
    padding-top: 10px;
}