body {
    font-family: Arial, sans-serif;
    background-color: white;
    color: white;
    text-align: center;
}

.header {
    background-color: #ff8c00;
    color: #ffffff;
    padding: 50px 0;
}

.btn-primary {
    font-size: 24px;
    padding: 15px 30px;
    margin-top: 20px;
}

h1 {
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: clamp(30px, 5vw, 50px);
}

.rectangle {
    width: 100%;
    height: 100px;
    background-color: #191c31;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 100%;
    height: auto;
    max-height: 80px;
    max-width: 343px;
}

.video-container {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    max-height: 460px;
}

video {
    width: 100%;
    height: auto;
}

.button-container {
    margin-top: 20px;
}

.error-message {
    color: red;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
}

.header h1 {
    color: white;
    font-size: clamp(30px, 5vw + 1rem, 50px);
}

.header p {
    font-size: clamp(20px, 3vw + 1rem, 38px);
}

.header p.small-text {
    font-size: clamp(18px, 1vw + 0.5rem, 16px);
}

.container p {
    margin-top: 50px;
    font-size: clamp(14px, 1.5vw + 0.5rem, 18px);
    color: black;
}

#consultation-button {
    max-width: 400px;
    height: 77px;
    font-size: clamp(20px, 4vw, 32px);
}