*{
    margin: 0px;
    padding: 0px;
}
#one{
    background-color: black;
    width: 2000px;
    height: 20px;
}
#two{
    border: 1px;
    border-color:rgb(63, 136, 165);
    border-style: solid;
}
#three{
    display: block;
    background-color: black;
    color: white;
    text-align: center;
    padding: 20px;

}
#list{
    display: inline-block;
    color: gray;
    cursor: pointer;
}
#list:hover{
    color: white;
}
.box{
    display: inline-block;    
    border: 1px;
    border-color: black;
    border-style: solid;
    width: 225px;
    margin-top: 20px;
    text-align: center;
    cursor:unset;  
}
#four{
    margin-left: 220px;
}
.Order{
    background-color: black;
    color: white;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
}
.Order:hover{
    color:rgb(216, 7, 42);
    background-color: rgb(255, 255, 255);
}
.para{
    cursor:default;
}
.box1{
    display: inline-block;
    border:1px;
    border-style: solid;
    border-color: black;
    width: 225px;
    text-align: center;
    margin-top: 20px;
}
.five{
    width: 225px;
    height: 200px;
}
#contact{
    background-color: black;
    color: white;
    margin-top: 20px;
    text-align: center;
    cursor: default;
    height: 120px;
    padding: 30px;
}
#table{
    display: inline;
    text-align: center;
}
#input{
    background-color: rgb(207, 207, 207);
    color: black;
}
.fivee{
    height: 200px;
    width: 225px;
}
#send{
    color:rgb(255, 255, 255);
    display: inline-block;
    border: 2px;
    border-style: solid;
    background-color: rgb(0, 0, 0);
    width: 700px;
    margin-top: 10px;
}
#send:hover{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 0, 0);

}
