* {
    box-sizing: border-box;
   }

    body h1 {
        font-family: sans-serif;
        font-size: 50px;
        color:azure
    }
 
   body {
    background-color: black;
    text-align: center;
    font-size: 20px;
    font-family:  sans-serif;
    color:azure
   }
   label {
    size: 30px;
    font-family: sans-serif;
    color: white;
   }

   textarea {
    height: 480px; width: 540px;
    background-color: #2f2f2f;
    color: white;
   }

   