body
{
    background-image: url(Backgroung.webp);
}
.BG
{
    position: absolute;
    z-index: 0;
}
.BG img
{
    width: 100%;
    height: 50%;
}
.Put
{
    margin-top: 50px;
    display: flex;
    z-index: 2;
}
.img
{
    margin: auto;
    margin-bottom: 60px;
    z-index: 2;
}
.share
{
    position :relative;
    display : flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.share .btn
{
    margin-bottom: 40px;
    margin-top: 20px;
    border-color: rgb(0, 0, 73);
    border-radius: 50px;
    background-color:rgba(255, 255, 255, 0.705);
    width: 250px;
    height: 40px;
    z-index: 2;
}
.footer p
{
    float: right;
    z-index: 2;
}
#textArea
{
    display: hidden;
    width: 0px;
    height: 0px;
    z-index: 0;
}
button
{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
button{
    font-size: 1.5em;
}
textarea
{
    opacity : 0;
}