@media (min-width: 768px) {
    .content-wrapper, .main-footer, .main-header {
        transition: margin-left .3s ease-in-out !important;
        margin-left: 0px !important;
        z-index: 3000;
    }
}
.start{
    padding: 1rem;
    width: 80%;
    margin: auto;
    background-color: white;
}
.start header{
    display: flex;
    justify-content: space-between;
border-bottom: 2px solid #f4f6f9;
}
.progress{
    width: 50%;
}
.start .content{
    padding-top: 1rem;
}
.answers{
    padding: 1rem;
}
.answers .answer{
    padding: 0.6rem;
    background-color: #f7f8f9;
    margin: 15px;
    border-radius: 6px;
    color: #00b5d6;
    box-shadow: 1px 1px 1px grey;
    cursor: pointer;
}
.answers .answer:hover{
    background-color: #00b5d6;
    color: #f7f8f9;

}
.answers .answer.active{
    background-color: #00b5d6;
    color: #f7f8f9;
}
.foot{
    padding: 1rem;
    border-top: 2px solid #f4f6f9;
    display: flex;
    justify-content: center;
}
.save{
    display: flex;
    justify-content: center;
}
.finish{
    padding: 1rem;
    width: 80%;
    margin: auto;
    background-color: white;
    text-align: center;
}
.answers h3{
    text-decoration: underline;
}
