.welcome_message {
    border-radius: 35px 35px 35px 35px;
    margin:5%;
    margin-bottom:1%;
    padding:2%;
    /*background:rgba(181, 215, 228,0.5 );*/
    background:rgba(var(--custom-bg), 1);
    display:block;
}
.welcome_message h1 {

color: white;
padding-top:2%;
margin-left:3%;
font-size:5em;
font-style:helvetica;
padding-left:1%;
padding-right:1%;
}

.welcome_message p{ 

    color: white;
    text-align: center;
    margin-top:2%;
    margin-bottom:1%;

    font-size:2em;
    font-style:lucida-sans;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.card_fact_text {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 24px;
	line-height: 1.5;
    color: black;
}
.card_fact_name {
	/* font-family: Arial, Helvetica, sans-serif; */
	background-color: yellow;
    color: black;
	font-size: 0.75em;
	line-height: 1.1;
}
.card_fact_role {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-style: italic;
  	font-weight: bold;
	background-color: yellow;
    color: black;
	font-size: 0.5em;
	line-height: 1.1;
}
.card_fact_source {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-style: italic;
  	font-weight: bold;
	background-color: rgb(176, 176, 173);
    color: rgb(35, 49, 207);
	font-size: 1em;
	line-height: 1.1;
}

.play_again_button {
    width: 50%;
    background-color: white;
    border: 2px solid #008CBA;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition-duration: 0.4s;
    font-size: 24px;
    border-radius: 12px;
    

}

.play_again_button:hover {
    background-color: #008CBA;
    color: white;
}

.play_again_button:active {
    transform: translateY(4px);
}

#centred_button, #centred_button2 {
    display: block;
    margin: auto;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    background-color: DodgerBlue;
}

.flex-container > div {
    background-color: #f1f1f1;
    width: 300px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}

/*
.some_class {
    attribute: setting;
    attribute: setting;
}
#some_id {
    attribute: setting;
    attribute: setting;
}
p {
    attribute: setting;
    attribute: setting;
}
*/