form {
    width: 80%;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid rgb(88, 88, 88);
}
.ttcn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ttcn h1 {
    font-size: 2rem;
}
.ttcn p {
    font-size: 1.2rem;
    color: #555;
}
.ttcn img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.skill, .exp, .lv {
    display: block;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 2px solid #0004ff;
}
.skill-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.item, .add-skill {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    background-color: #0059ff;
    border-radius: 25px 25px 25px 25px;
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
}
.input-skill {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item:hover, .add-skill:hover {
    background-color: #00026c;
}
.exp-item {
    display: flex;
    flex-direction: column;
    font-size: 24px;
}
dl {
    font-weight: bold;
}
.smallForm {
    width: 90%;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid rgb(105, 105, 104);
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
}
.smallForm label {
    margin-bottom: 5px;
    margin-top: 5px;
}
.smallForm h1 {
    font-size: 24px;
    padding: 0;
    margin: 0;
}
#addexp, #addcontent {
    width: 50%;
    height: 25px;
}