.oysyes-container {
	border: 1px solid #64b5f6;
	margin: 3px;
	border-radius: 7px;
}

.words_you_know.oysyes-container, .practice_words.oysyes-container {
	margin-top: 20px;
}

.oysyes_header {
	font-weight: 700;
    padding: 7px;
    border-bottom: 1px solid #64b5f6;
}

.oysyes_header ul {
    list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: space-evenly;
	margin: 0;
}

.oysyes_header li:hover, .oysyes_words li:hover, .letter_word:hover {
	background-color:#b3e5fc;
}

.words_you_know .oysyes_words li,
.practice_words .oysyes_words li,
.oysyes_header li {
	display: inline;
	border-radius: 7px;
	padding: 7px;
}

.oysyes_header li {
    font-size: 2em;
    font-family: serif;
	line-height: 1em;
}

.words_you_know .oysyes_words ul,
.practice_words .oysyes_words ul {
	display: flex;
	justify-content: space-evenly;
	padding: 5px;
}

.oysyes_words,
.oysyes_words ul  {
	background: white;
	margin: 0;
	border-radius: 0 0 7px 7px;
	list-style-type: none;
    padding: 0;
    text-align: center;
	font-size: large;
}

.oysyes_words span.highlighted-letter {
    color: red;
}

a.alef-beys-button {
    flex-direction: row;
    background-color: #ffa5a5;
    margin: 30px auto 0;
    max-width: 362px;
}

.alef-beys-button .button-visual {
    display: flex;
    align-items: center;
    font-size: 40px;
    padding: 10px;
}

.alef-beys-button .button-text {
    color: black;
    text-align: center;
    padding: 6px 0;
}

.alef-beys-button .button-text .yiddish-text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
}