body {
    font-family: 'Arial', sans-serif;
    background-color: rgb(60, 60, 60);
    color:rgb(255, 255, 255);
}

.twitter-logo{
    width: 100px;
    height: 100px;
}

label, 
textarea{
    display: block;
    margin-bottom: 8px;
}

input,
textarea{
    width: 95%;
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid #2aa2ba;
    border-radius: 4px;
    background-color: #48494f;
    color:white;
}

button{
    background-color: #54d1e9;
    padding: 10px 20px;
    border:none;
    border-radius: 4px;
    cursor: pointer;
}

h1{
    cursor:default;
    color:#54d1e9;
    
}

button:hover{
    background-color: #98def5;
}

.container{
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #4e4c4c;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
}

#tweets{
    margin-top: 20px;
}

