@charset 'UTF-8';
.extra-tact{
    background-color: rgb(0, 194, 0);
    box-shadow: 3px 3px 1px black;
    width: 500px;
}
.extra-tact-img{
    width: 38px;
    margin-right: .3rem;
    filter: brightness(0);
}
.attack-menu{
    background-color: rgba(255, 58, 58, 0.714);
}
.defence-menu{
    background-color: rgba(69, 190, 255, 0.698);
}
.extra-menu{
    background-color: rgba(36, 255, 36, 0.709);
}
.indiv-nav{
    border-bottom: 5px solid yellow;
}
.indiv{
    color: yellow;
}
.team{
    color: white;
}
.column{
    color: white;
}
.sentence{
    line-height: 1.5;
    padding-top: 8px;
}
.under-wavy{
    text-decoration: underline black wavy;
    padding-top: 10px;
}
.unique-weight-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.571);
}

.unique-weight-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
}

.unique-weight-form {
    display: flex;
    flex-direction: column;
}

.unique-weight-label {
    font-size: 16px;
    margin-bottom: 8px;
}

.unique-weight-input,
.unique-weight-select {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.unique-weight-button {
    padding: 12px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.unique-weight-button:hover {
    background-color: #45a049;
}

.unique-weight-result {
    text-align: center;
    margin-top: 20px;
}

.unique-weight-result p {
    font-size: 18px;
    color: #333;
}
.weight-result {
    color: red;
    font-weight: bold;
    font-size: 30px;
}
.weight{
    font-size: 20px;
    border: 3px solid green;
    padding: 10px 30px;
    text-align: center;
    font-weight: 700;
    margin: 30px auto;
}
/* 大きな文字のスタイル */
.large {
    font-size: 1.5em;
    font-weight: bold;
}

/* 赤文字のスタイル */
.red {
    color: red;
}

/* 青文字のスタイル */
.blue {
    color: blue;
}
