h2 {
    margin-top: 60px;
}

h3 {
    margin-top: 20px;
}

a {
    text-decoration: none;
    color: darkblue;
}

.root-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.root-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 200px;
    width: 200px;
}

.root-forms {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}

.root-historical-img {
    display: flex;
    align-items: center;
    height: 100px;
    width: 100px;
    max-width: 100px;
    max-height: 100px;
}

.root-character {
    display: flex;
    align-items: center;
    font-size: 50px;
    margin: 0px;
    height: 60px;
}

.root-title {
    text-align: center;
}
