/*

GBA ONLINE;  GBA.JS.ORG;  "Online GameBoy Advance Emulator"
Copyright (C) 2021-present AYVACS
Licensed under the MIT License (view LICENSE.md for more information)

*/

body,
html {
	font-family: tuna, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.menu {
    box-shadow: 0 0 48px 48px rgba(0, 0, 0, 0.1);
    background: #202124;
}

li {
    font-size: 13px;
    color: #ffffff;
    background: #202124;
}

#logo-small {
    position: fixed;
    height: 13px;
    top: 12px;
    /*right: 13px;*/
}

.message,
#tempMessage {
    background: #6cc27d;
    padding: 1em 2em;
    text-align: center;
    color: #fff;
    bottom: 0px;
    position: fixed;
    left: 0px;
    display: none;
    font-weight: bold;
    vertical-align: bottom;
    font-family: monospace;
    z-index: 1;
}

#loadedGameMsg {
    color: black;
    position: absolute;
    display: inline-block;
    text-align: center;
    top: calc(100% - 60px);
    width: 100%;
    font-size: 24px;
}

a,
a:visited {
    color: white;
    text-decoration: underline;
}