head{
    font-family: 'roboto', sans-serif;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}
body{
    font-family: 'roboto', sans-serif;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.roboto {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

input{
    width: 600px;
    height: 60px;
    border-radius: 10px;
    border-width: 1px;
    font-family: 'roboto', sans-serif;
    font-size: 15px;
    vertical-align: top;
}
button{
    width: 150px;
    height: 65px;
    border-radius: 10px;
    border-width: 0px;
    font-family: 'roboto', sans-serif;
    font-size: 15px;
    background-color: rgb(105, 105, 105);
    color: white;
}
button:hover{
    border-width: 5px;
    border-color: rgb(255, 255, 255);
}
#aiPrompt{
    padding-top: 1%;
    font-family: 'roboto', sans-serif;
    font-size: 25px;
    width: 80%;
    height: 450px;
    border-radius: 15px;
    position:relative;
    left:10%;
    align-items: center;
    background-color: rgb(60, 60, 60);
    color: white;
    text-align: center;
    vertical-align: middle;
}


a{
    font-family: 'roboto', sans-serif;
    font-size: 15px;
    color: black;
    text-decoration: none;
}
a:hover{
    color: rgb(1, 86, 4);
    text-decoration: underline;
}

#icon{
    position: absolute;
    vertical-align: top;
    scale: 0.2;
    top: -200px;
    right: 0px;
}

#response{
    font-family: 'roboto', sans-serif;
    text-indent: 5%;
    font-weight: bold;
    height: 245px;
    width: 100%;
    margin-left: 0%;
    background-color: rgb(219, 203, 178);
    color: black;
    border-width: 5px;
    border-radius: 10px;
    text-align: left;
    font-size: 15px;
    overflow: auto;
}

#footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    font-family: 'roboto', sans-serif;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}