﻿body {
    background-color: #121212;
}

.dvbody01 {
    font-family: PlusJakartaSans-Light;
    margin: 0;
    padding: 0;
    color: #e0e0e0;
    display: flex;
    justify-content: center;
}

.dvbody02 {
    font-family: PlusJakartaSans-Light;
    margin: 0;
    padding: 0;
    color: #e0e0e0;
    display: flex;
    justify-content: center;
}

.legalfield {
    border: 2px solid #ffd700;
    border-radius: 8px;
    padding: 2rem;
    background-color: #1e1f22;
    margin: 2rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.05), 0 8px 16px rgba(0, 0, 0, 0.3), 0 12px 32px rgba(0, 0, 0, 0.4);
}

.legallegend {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
    border: 2px solid #ffd700;
    border-radius: 8px;
    padding: 5px 1%;
}

.spanwhite {
    font-family: PlusJakartaSans-SemiBold;
    font-size: 1.25rem;
}

.pwhite {
    margin-bottom: 1.33rem;
}

@media (max-width: 768px) {
    .legalfield {
        padding: 15px;
        margin: 1rem;
    }

    .legallegend {
        font-size: 1.3rem;
    }

    p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .legalfield {
        padding: 10px;
        margin: 0.5rem;
    }

    .legallegend {
        font-size: 1.2rem;
    }

    p {
        font-size: 0.9rem;
    }
}

.link_in_text01 {
    text-decoration: none;
    font-size: 1rem;
    color: #f00;
}

    .link_in_text01:hover {
        text-decoration: underline;
    }
