body {
    background-color: #000000; /*dae0e6 or edeef0 */
    height: auto;
}

.stripedcolor {
    background-color: rgba(255,255,255,.05);
}

h1 {
    font-family: 'Bungee', cursive;
}

@media (max-width: 500px) {
	.display-1 {
	font-size: 5rem;
}
}

@media (max-width: 400px) {
	.display-1 {
	font-size: 4rem;
}
}

@media (max-width: 350px) {
	.display-1 {
	font-size: 3rem;
}
}

p, h4 {
    font-family: 'Roboto', sans-serif;
}

#cap {
    text-transform: capitalize;
}

#pickComment {
    resize: none;
    height: 100px;
}

span.Right {
    color: #28a745!important;
}

span.Wrong {
    color: #dc3545!important;
    text-decoration: line-through;
}