.frame {
    position: Absolute;
    top: 0px;
    text-align: center;
    left: -21.85%;
    overflow-x: hidden;
    z-index: 0;
}

#Map area {
    outline: none
}

body,
layout {
    overflow-x: hidden;
    background-color: #f089da
}

layout:hover {
    cursor: default
}

::selection {
    background: #ded6ff;
    color: #fff
}

body {
    position: relative;
    text-align: center;
    position: absolute;
    width: 1500px;
    height: 805px;
    left: 48%;
    top: -10px;
    margin: 0 auto 0 -750px;
    background-image: url(BG.png)
}

#Map area {
    outline: none!important
}

*,
body,
html {
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

::selection {
    background: transparent;
    color: #e97ea7
}

::-moz-selection {
    background: transparent
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    outline: 0 none!important
}

nad {
    position: absolute;
    left: 275px;
    top: 820px;
    z-index: 3;
    width: 310px;
    animation:
}

nad a {
    text-decoration: none;
    font: bold 8px arial;
    text-transform: uppercase;
    color: #fff;
    height: 94px;
    width: 94px;
    letter-spacing: 0;
    display: block;
    line-height: 168px;
    transition: .5s ease;
    border-radius: 50%;
    text-align: left;
    margin-bottom: 50px;
    opacity: 1;
}

nad a:hover {
    opacity: 1;
}

.Tab1 {
    position: Absolute;
    left: 282px;
    top: -661px;
    width: 336px;
    height: 343px;
}

.Tab2 {
    position: Absolute;
    left: 417px;
    top: -338px;
    width: 67px;
    height: 74px;
}

.Footer {
    margin-top: 20px;
    line-height: 15px;
    font-family: Calibri;
    color: rgba(252, 236, 246, 0.842);
    font-size: 11px;
    letter-spacing: 1px;
    position: absolute;
    width: 200%;
    top: 889px;
    left: -50%;
    z-index: 500;
    padding: 10px;
    transition: .3s ease;
    text-transform: uppercase;
    text-align: Center;
    background-color: #020202e0;
    border-top: 2px solid rgba(252, 248, 250, 0.815);
    height: 15px;
}

.Footer:hover {
    cursor: pointer;
    background-color: #f070e9;
    color: white
}

#top_links {
    z-index: 5!important;
    position: Absolute;
    left: 440px;
    top: 30px;
    color: #faeaee;
    font-family: calibri;
    font-size: 12px;
    margin-bottom: 2px;
    display: inline-block;
    width: 600px;
    height: 20px;
    text-decoration: none;
    opacity: 1;
    letter-spacing: 1px;
}

#top_links a {
    text-decoration: none;
    padding: 10px;
    color: #000000e5;
    transition: .5s ease;
}

#top_links a:hover {
    color: #ffffff
}

.Up {
    z-index: 1;
    position: Absolute;
    left: 306px;
    top: 120px;
    width: 904px;
    height: 428px;
    pointer-events: none;
    background-image: url(Sparkles.png);
    animation: Floating2 infinite 1.5s;
}

.Button {
    z-index: 2;
    position: Absolute;
    left: 534px;
    top: 572px;
    width: 395px;
    height: 80px;
    background-image: url(Button.png);
    animation: Floating1 infinite .5s;
    transition: .3s ease;
}

.Button:hover {
    box-shadow: 0px 0px 30px white;
    border-radius: 65px;
}

.Floating1 {
    animation-name: Floating1;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

@keyframes Floating1 {
    from {}
    50% {
        transform: translate(0px, -3px)
    }
    to {}
}

@keyframes Floating2 {
    from {}
    50% {
        transform: translate(0px, 7px)
    }
    to {}
}