form{
    background: #fd761d;
    display: flex;
    width: fit-content;
}
form input{
    color: black;
    border: 0;
    outline: none;
    padding: 10px 20px;
    height: 60px;
    width: 400px;
    font-size: 16px;
}
form button{
    background: #080808;
    border: none;
    outline: none;
    height: 60px;
    width: 60px;
    cursor: pointer;
}
