textarea::placeholder{
color: #8899A6;
opacity: 0.5;
}
textarea::placeholder{
color:#fff;
padding:10px;
}
textarea:focus, input:focus{
outline: none;
}
#counterFooter {
display:flex;
justify-content: flex-end;
margin-top: 0.2rem;
font-size:0.8rem;
color: #fff;
margin-left:30%;
font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
'Open Sans', 'Helvetica Neue', sans-serif;
}
button{
display:flex;
justify-content: center;
width:20%;
background-color: rgb(29, 161, 242);
border-radius: 30px;
padding: 0 10%;
border: 0px none;
outline: none;
}
button h2{
color: #fff;
}
.buttonDisabled {
opacity: .5;
cursor: default;
}
button:hover{
opacity: .5;
}
body{
margin:0;
background-color: #023F6A;
font-family: sans-serif;
}
.container{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
textarea{
margin-top: 25px;
width:50%;
height: 30vh;
background-color: rgb(21, 32, 43);
color: #fff;
border-radius:10px;
border: 0px none;
resize: none;
}