body {
    /*background-image: linear-gradient(to right, #A770EF, #CF8BF3, #FDB99B);*/
    background: linear-gradient(109.6deg, rgb(36, 45, 57) 11.2%, rgb(16, 37, 60) 51.2%, rgb(0, 0, 0) 98.6%);
    height: 100%;
    width: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: fantasy;
    flex-direction: column-reverse;
    padding-top: 25%;
}

input {
    background:#222327;
    color: #dadbdb;
    border-color:#35373d;
}


.container {
    display: flex;
    align-items: center;
    flex-direction: column;
    /*background-color: #fcfcfc;*/
    background-color: #0c0e12;
    color: #dadbdb;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-width: 80%;
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .container {
        display: flex;
        align-items: center;
        flex-direction: column;
        /*background-color: #fcfcfc;*/
        background-color: #0c0e12;
        color: #dadbdb;
        border-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        min-width: 25%;
        margin: 20px;
    }
    body {
        /*background-image: linear-gradient(to right, #A770EF, #CF8BF3, #FDB99B);*/
        background: linear-gradient(109.6deg, rgb(36, 45, 57) 11.2%, rgb(16, 37, 60) 51.2%, rgb(0, 0, 0) 98.6%);
        height: 100%;
        width: 100%;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: fantasy;
        flex-direction: row;
        padding-top: 0;
    }
}

.btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*border: 2px #000000;*/
    border-style: solid;
    border-color:#121212;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #0014ff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin: 10px;
    transition: 0.2s;
    cursor: pointer;
}

.btn:hover {
    background: #336fd8;
    color: #ffffff;
    text-decoration: none;
}

footer {
    height: 10%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.head {
    text-align: center;
    border-bottom: 1px #50255e solid;
    width: 100%;
    background-color: #21242a;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-family: fantasy;
    font-weight: bold;
    margin-bottom: 20px;
    background:#282828;
}

.item {
    padding: 10px;
    text-decoration: none;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    border-bottom: #35373d 1px solid;
    transition: 0.2s;
}

.item:hover {
    background-color: #21242a;
}

.foot {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color: #eeeeee;*/
    border-top: 1px #50255e solid;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    box-sizing: border-box;
    font-size: 10px;
}

#telLink {
    transition: 1s;
    display: inline-block
}

#telLink:hover {
    transform: rotate(360deg) scale(1.1);
}