html {
    height: 100%;
  }

body {
    overflow:hidden;
    margin: 0;
    font-family: 'PTSans';
    height: 100%;
    width: 100%;
}


@font-face {
    font-family: 'PTSans';
    src: url('../PTSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#test{
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #cefd91;
}

#topBanner{
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    touch-action: none;
    height: 50px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #004e7b;
    background-image: url("waterPattern.png");
}

#gameAndBanner{
    width: 100%;
    height: 100%;
}

#game{
    width: 100%;
    height: 100%;
}

#yaShare{
    position: absolute;
    display: none;
    flex-direction: column;
    align-content: space-between;
    justify-content: flex-start;
    align-items: center;
    top: 20%;
    left: 50%;
}

.menuHeader{
    color: #004e7b;
    font-size: x-large;
    padding: 10px;
}

.closeBtn
{
    cursor: pointer;
    color: #004e7b;
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    background-color: aliceblue;
    border: thick solid #004e7b;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.centerPlate{
    position: absolute;
    border: thick solid #2a9aea;
    border-radius: 25px;
    width: 50%;
    max-width: 330px;
    min-width: 300px;
    min-height: 120px;
    height: 33%;
    max-height: 250px;
    background-color: aliceblue;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#adsBanner{
    background-color: #00ffff00;
    top: 0px;
    left: 0px;
    justify-self: center;
    width: 100%;
    justify-content: center;
    position: absolute;
    display: flex;
    justify-content: center;
}

#preroll{
    background-color: #00ffff00;
    top: 0px;
    left: 0px;
    justify-self: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    position: relative;
    display: flex;
    justify-content: center;
}


#prerollBack{
    background-color: #000000;
    align-items: center;
    top: 0px;
    left: 0px;
    justify-self: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    position: absolute;
    display: flex;
    justify-content: center;
}