#word_restrictions {
	width: 100vw;
}


/* spinner */
#spinner_word {
	margin-top: 25px;
	color: var(--accent_maroon);
}

#spinner_stress {
	margin-top: 25px;
	color: var(--accent_maroon);
}

/*rhyme*/
.group {
    position: absolute;
    top: 27vh;
    left: 15vw;
    right: 15vw;

}


/*no word in dict*/
p {
    color: var(--darkblue);
}

/* choose variant with proper stress */
fieldset {
    color: var(--darkblue);
    border-color: maroon;
    border-style: dotted;
}

