
.home-btns{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 6px;
    box-sizing: border-box;
}
.home-btns>a{
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid lightblue;
}

h3{
    text-align: center;
}

.navi{
    padding: 4em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 24px;
}
.navi>a{
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid lightcoral;
    font-size: 18px;
}