
body {
background-color: lightblue;
font-family: 'Crete Round', serif;
}
.space {
width: 10px;
background-color: lightblue;
}
button {
width: 210px;
height: 50px;
border-width: 0;
background-color: lightseagreen;
border-radius: 10px;
margin-bottom: 10px;
font-family: 'Crete Round', serif;
font-size: 15px;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
}
.button2 {
background-color: rgb(40, 138, 131);
color: black;
text-decoration: none;
align-self: right;
width: auto;
height: 25px;
font-size: 15px;
margin-left: 545px;
font-size: 15px;
padding-left: 10px;
padding-right: 10px;
border-radius: 10px;
}
.buttonDiv {
text-align: center;
margin-bottom: -45px;
}
.backButton {
width: 100px;
}
.table {
text-align: center;
margin: 20px;
border-width: 1;
border-color: black;
}
h1 {
text-decoration: underline;
}
.rowLabel {
padding-bottom: 20px;
font-size: 20px;
text-decoration: underline;
font-weight: bold;
}
.truckName {
font-size: 20px;
text-decoration: underline;
font-weight: bold;
}
#tableCell {
width: 15%
}
#root {
max-width: 1200px;
margin: 0 auto;
font-size: 106;
color: "blue";
}
.bookingHeader {
font-weight: bold;
}