#container {
    color: #2b2b2b;
    font-family: sans-serif;
    margin: 0 auto;
    max-width: 60em;
    height:96dvh;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
#container2{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap:wrap;
}
#firstrow{
    display: flex;
    justify-content: center;}
#info{
    background-color: blue;
    display: flex;
    width: 20dvw;
    height: 35dvh;
}
#title {
    display: flex;
    margin-top: 0dvh;
    margin-bottom: 0dvh;
    flex-shrink: 3;
    justify-content: space-between;
    max-height: 8dvh;
}
.letter {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    border: solid black;
    margin-left:0.2dvh;
    margin-right:0.2dvh;
    min-height: 0;
}
.svgletter {
    height: 100%;
    width: 100%;
}
.bw {
    background-color: black;
    color: white;
}