body{
    background: linear-gradient(300deg, #08adad,#2306c5);
    display: flex;
    flex-direction: column;
    font-family: cursive;
    color: #fff!important;
    height: 100vh;
    margin: 0;
}
.bodyContainer{
    text-align: center;
    display: block;
    margin: auto;
    width: 80%;
    padding: 40px;
    margin-bottom: 20px!important;
}
.logo {
    text-decoration: none!important;
    margin: 20px auto;
    text-align: center;
    text-shadow: 3px 3px #0a0250;
    font-size: 56px;
    color: #fff;
}
.fieldContainer{
    display: block;
    text-align: center;
    padding: 10px;
}
.panel{
    background-color: #000000;
    border-radius: 12px;
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 30px rgb(31 31 31 / 75%);
}
#replaceText{
    background: linear-gradient(300deg, #2306c5, #08adad);
    font-weight: 700;
    padding: 8px;
    width: 125px;
    margin: 0px auto;
    text-align: center;
    border-radius: 12px;
}#replaceText:hover{
    background: linear-gradient(300deg, #08adad, #2306c5);
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}
.LogoContainer .row a{
    text-decoration: none!important;
}
.panel .flex-row{
    display: inline-flex;
}
textarea {
  width:100%;
  min-height: 200px;
}
#message{
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 25px;
    width: 150px;
    height: 20px;
    padding: 10px;
    opacity: 0.8;
}
input[type="text"]{
    width: 50%;
}