.content {
    width: 700px;
    margin: auto;
    padding: 20px;
}

.main-section {
    /* background-image: url('https://d1eyz2a6ch1vhl.cloudfront.net/trump/poll-bg.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.progress-bar {
    background-color: red;
}

.progress {
    background-color: white;
    border: #e6e6e6 solid 1px;
}

.poll-box {
    background: rgba(255, 255, 255, 0.46);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    box-shadow: 1px 7px 17px 2px rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    display: none;
}

.poll-box h1 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.red-text {
    color: red;
}

.main-img {
    width: 100%;
    max-width: 550px;
}

.survey-text {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

.number {
    width: 100%;
    max-width: 50px;
}

.list-text {
    font-size: 17px;
}

.get-started {
    color: white;
    background-color: rgb(197 5 6);
    margin: auto;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    width: 80%;
    cursor: pointer;
    border-radius: 10px;
}


footer {
    background: #EFEFEF;
    text-align: center;
    padding: 30px;
    font-size: 20px;
}

footer p {
    width: 50%;
    margin: auto;
}

.gray-box {
    background-color: rgb(223 222 228);
    padding: 15px;
    width: 75%;
    margin: auto;
    cursor: pointer;
}

.check {
    width: 100%;
    max-width: 100px;
    cursor: pointer;
}

.white-box {
    background-color: white;
    font-size: 30px;
    padding: 10px;
    width: 75%;
    margin: auto;
    font-weight: bold;
    cursor: pointer;
}

.qua-text {
    font-size: 25px;
}

.btn-v2 {
    width: 90%;
}

.active {
    display: block;
}

.progress-bar {
    width: 20%;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .content {
        width: 100%;
        margin: auto;
        padding: 0;
        padding-bottom: 20px
    }

    .poll-box h1 {
        font-size: 25px;
    }

    .survey-text {
        font-size: 18px;
    }

    .get-started {
        width: 100%;
        font-size: 30px;
        padding: 10px;
    }

    footer p {
        width: 100%;
        margin: auto;
        font-size: 15px;
    }

    .gray-box {
        width: 100%;
    }

    .white-box {
        font-size: 30px;
        width: 100%;
    }

    .qua-text {
        font-size: 20px;
    }
}