﻿body {
    background-color: aqua;
}
table{
    background-color: lightgreen;
    margin-left:100px;
}
th {
    background-color: #173ED3;
    color: aqua;
}
tr{
    background-color: lightsteelblue;
    text-align:center;
}
h1{
    margin-left: 400px;
}
#lblCoffee {
    margin-left: 400px;
}
#lblTea {
    margin-left: 400px;
}
#lblOrderOutput {
    margin-left: 400px;
}
#lblDeliveryMethod {
    margin-left: 100px;
}
#btnSubmit{
    margin-left: 400px;
}
#lblDeliveryMethod{
    margin-left: 100px;
}
#rbPickUp{
    margin-left:100px;
}
#rbDelivery{
    margin-left:100px;
}

