body {
    background-color: #000000;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    color: whitesmoke;
}

.logo {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px;
}

#video-container {
    width: 225px;
    height: 300px;
    border: 4px solid #264596;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

#video {
    width: 100%;
    height: 100%;
    transform: scale(2.7);
}

.section {
    padding: 50px;
}

.title {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

.bold {
    font-weight: 700;
}

.btn-primary {
    background-color: #264596;
    color: white;
    padding: 12px 6px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #2646966a;
}

.actions {
    margin: 35px 0;
}

/* Estilização do campo de entrada */
.form input {
    font-size: 16px;
    padding: 12px 6px;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.progresso {
    display: block;
    width: 100%;
    text-align: center;
    margin: 180px auto;
}

.progresso progress{
    display: block;
    margin: auto;
}