* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html {
    width: 100%;
    height: 100%
}

body {
    background-color: #002132 !important;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.gameloop-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}