#head{
    text-align: center;
    font-family: 'Amiri', serif;
    


}

h4{
    background-color:dodgerblue;
    margin:0px;
}

h1{
    background-color: lightblue;
}

#head2{
    background-color: lightgrey;
}

#time{
    color:red;
}

#send{
    width: 250px;
    height: 40px;
    color:red;
    border-radius: 2em;
}

#send:hover{
    width: 250px;
    height: 40px;
    color:black;
    background-color: red;
    border-radius: 2em;
}