
body
{
    animation-name: animateBackground;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    margin: 0;
}
p{
    text-align:center;
}
#smash{
    display:block;
    position:absolute;
    width:100%;
    text-align: center;
    margin-top: -50px;
    top: 30%;
    left:auto;
    text-decoration: none;
    color:white;
    font-size: 50px;
    font-family: sans-serif;
}
h1
{
    color: white;
    text-align: center;
}
h2, h3
{
    text-align: center;
}
#mainpageID
{
    display: block;
    position: absolute;
    left:0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top:30%;
    width:300px;
    background: black;
}
.styledButton
{
    background-color: #333;
    color: white;
    outline: 0;
    box-shadow: none;
    border: 1px solid #2e2e2e;
    width:50%;
    margin-left:25%;
    height:30px;
}

.mainpage{
    display:block;
    text-decoration: none;
    padding: 10px;
    color:black;
    font-size: 20px;
    text-align: center;
    font-family: montserrat,"helvetica neue",helvetica,arial,sans-serif;
    font-weight: 700;
    position: absolute;
}
#GamePin
{
    width:276.5px;
    margin-top: 10px;
}
#EnterButton
{
    position: absolute;
    width:100%;
    margin-top: 65px;
    background-color: #333;
    color: white;
    outline: 0;
    box-shadow: none;
    border: 1px solid #2e2e2e;
}

@keyframes animateBackground
{
    0%   {background-color:#45a3e5;}
    14%  {background-color:#3cc;}
    28%  {background-color:#66bf39;}
    42%  {background-color:#ffa602;}
    56% {background-color:#eb670f;}
    71% {background-color:#f35;}
    86% {background-color:#864cbf;}
    100% {background-color: #45a3e5;}
}
.popup{
    display:none;
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: 100;
}
.popupBack
{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 0;
    position:absolute;
    top:0;
}

.label
{
    display: inline;
}

.popupMain
{
    background-color:#45a3e5;
    position:absolute;
    width:400px;
    height:auto;
    display:block;
    border-radius: 5px;
    padding:20px;
    padding-top:0px;
    left:50%;
    margin-left:-200px;
    margin-top:20px;
    z-index: 110;
}

#mobileBody
{
    width:90%;
    margin-left:5%;
    //color:white;
}
