* {
    margin: 0px;
}

html,
body {
    height: 100%;
    padding: 0px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}


/* .bigContainer {
    height: 100%;
    width: 100%;
    text-align: center;
    background: #cdc9a5;
  } */

.big-container {
    margin: auto;
    padding: 50px 0;
    height: 100%;
    width: 80%;
    text-align: center;
    background: transparent;
}

textarea {
    margin: 20px auto;
    width: 80%;
    height: 450px;
    padding: 10px;
    background-color: #9de8f9;
}

.textareaDiv {
    display: inline-block;
    margin: 5px;
}

#TextareaOut {
    display: none;
}

#Downloader {
    display: none;
}

#downloadBtn {
    display: none;
}

a,
a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
    color: black;
}

.foot {
    position: fixed;
    bottom: 0px;
    left: 2px;
}

.btn {
    width: 100px;
    height: 30px;
    border: none;
    background: #00BFFF;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin: 2px 0;
}

.btn:hover {
    background: #37ca19;
    border: #00BFFF solid 1px;
}

.file {
    color: black;
}

.file input {
    opacity: 0;
    width: 0.1px;
    vertical-align: middle;
    text-align: center;
    background: none;
    outline: none;
    line-height: 30px;
}

#footer {
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

#footer span a {
    color: #337ab7;
}