html *{
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: black;
    color:white;
}

/*mmmmmmm accesibility*/
h2 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.title_p {
    font-size: 24px;
    font-weight: bold;
}

.ai_response{
    height: fit-content;
    font-size: 16px;
}

.prompt{
    width: 300px;
    height: 30px;
    border-radius: 15px;
}

.send_btn{    
    background-color: white;
    border-color: white;
    border-radius: 2000px;
    width: 100px;
    height: 30px;
}

.prev_page{    
    background-color: white;
    border-color: white;
    border-radius: 2000px;
    width: 180px;
    height: 30px;
}

.slogan{
    color:rgb(39, 139, 255);
}

.copyright{
    color:rgb(0, 119, 255);
}

code {
  font-family: Consolas,"courier new";
  color: white;
  background-color: black;
  padding: 2px;
  font-size: 105%;
}
