*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
body{
    font-family: 'Roboto', sans-serif;
    background-color: #2c2b2b;
    color: #fff;
    padding: 40px;
}
h1{
    margin-bottom: 20px;
}

textarea{
    width: 50%;
    height: 200px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

footer {
    /* gap:0px; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    /* bottom: 10px; */
    margin-top: 300px;
    text-align: center;
    /* line-height: 0.5; */
    padding: 0;
    /* font-size: 5px; */
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: rgb(38, 190, 190);
    text-decoration: underline;
}
footer p span {
    color: red;
}