*{
    font-family: "Arial Black", sans-serif;

}
footer {
    display: block;
    background: #424242;
    padding: 20px;

}
A {
    text-decoration: none; /* Убирает подчеркивание для ссылок */
}
body{
    background: #FF5F6D;
    background: -webkit-linear-gradient(to left, #30e3ca, #11999e);
    background: linear-gradient(to left, #30e3ca, #11999e);
    color: white;
    padding: 0;
    margin: 0;
}
myappstext{
    font-size: 25px;
    font-weight: 100;
}
headertext{
    font-size: 35px;
    font-weight: 100;
}
#location{
    border: none;
    background: rgba(255, 255, 255, .5);
    border-radius: 10px;
    padding: 10px;
    color: white;
    outline: none;
    font-size: 30px;
    font-weight: 300;
    width: 100%;
}

#location::placeholder {
    color: rgba(255, 255, 255, .5);
}
#show{
    border: none;
    margin-top: 20px;
    background: #16BFFD;
    background: -webkit-linear-gradient(to left, #6b0629,#16BFFD);
    background: linear-gradient(to left, #c40e4e,#16BFFD);
    border-radius: 10px;
    padding: 20px;
    color: white;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

#show:hover{
    opacity: .9;
}
main {
    display: table;
}

label, input {
    display: table-cell;
    margin: 5px;
}

.form {
    display: flex;
}

#info {
    /*border: solid 2px white;*/
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background: linear-gradient(to RIGHT, #0ec442,#bd16fd);
    display: block;
    text-align: center;
}

.hidden {
    visibility: hidden;
}

.header {
    display: grid;
    position: relative;
    padding: 20px;
}
.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
  }
