
@media screen and (min-width: 800px) {
    .delimitator {
        display: none !important; /*hide delimitator if it is not mobile*/
    }
}

.intrebare {
	font-size: 20px;
    margin-bottom: 17px;
}

@media screen and (min-width: 800px) {
	/*laptop*/
	/*increase size when laptop is used*/
    .raspuns {
    	font-size: 17px; 
    }

    .intrebare {
    	font-size: 22px;
    }

    .intrebare p {
        margin: 0;
    }
}

body {
    background-color: #F5F5F5;
}



