#safeArea {
	display: block;
	overflow-y: scroll;
    scrollbar-width: none;
	background-color: #dbdfd4;
}

#gameLogoText {
	text-align: center;
}

.section {
    position: relative;
    margin-top: -200px;
}

/************************************************************************************
* MENU
************************************************************************************/
.welcome-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align: center;
    margin: 2rem 0 0 0;
}

.welcome-content #welcome-message {
    margin-bottom: 30px;
}

.expiry-message {
	font-size: smaller;
}

#main-window.section {
    margin-top: 0;
    height: 80%;
}

#actionButtons {
    display: block;
    width: 80%;
    max-width: 500px;
    margin: auto;
}
#actionButtons .btn {
    display: block;
    margin: 2rem auto;
    width: 100%;
}
a.btn {
	line-height: 96px;
	text-align: center;
	text-decoration: none;
}

.btn-container {
    position: relative;
}

.badge {
    position: absolute;
    right: -30px;
    top: -20px;
    padding: 10px 20px;
    background-color: #ff3939;
    border-radius: 30px;
    color: white;
    z-index: 100;
}

.menu-bottom-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu-bottom-links a:first-child {
    margin-bottom: 1rem;
}