
* {
    font-family: 'Baloo 2';
}

p, a {
    color: #195190FF;
}

body {
    background-color: white;
}

.logo {
    height: 50px;

}

.container {
    height: 100%;
    background-color: white;
    margin: 2px auto;
}

.sidebar {
    padding: 25px;
    color: #195190FF;
}

.items-cont {
    margin: 10px 0;
}

.nav-item {
    padding: 5px 3px;
    font-size: 14px;
    text-decoration: none;
}

.active, .nav-item:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #195190FF;
    color: white;
    border-radius: 4px;

}

.nav-link:hover {
    color: white !important;
}

.main-content {
    width: 80%;
    padding: 4px;
    display: flex;
    justify-content: center;
}

.flex-radio {
    display: grid;
    align-items: center;
}

.question {
    margin: 10px 0;
    padding: 10px 10px;
}

.question > p {
    font-weight: bold;
}

.flex-radio label, input {
    margin: 0 3px;
}

.footer {
    background-color: white;

    margin-top: 10px;
    position: relative;
    bottom: 0;
    width: 100vw;
    display: flex;
    justify-content: center;

}

.footer-tittle > h4 {
    color: #195190FF;
}

.single-footer-caption {
    display: flex;
    align-items: center;
}

.logo-result {
    height: 85px;
}

main {
}

.question input[type=radio] {
    float:left;
}

.question label {
    width: 95%;
}
@media screen and (max-width: 600px) {
    .footer {
        display: none;
    }
}
  
  
