* {
  box-sizing: border-box; 
}


h1 {
  font-family: Verdana; 
  color: blue; 
  text-align: center;  
}

body {
  background-color: pink; 
  text-align: center; 


footer {
  font-family: sans-serif; 

}

table, th, td {
  border: 1px solid black; 
}


.column {
  float: left;
  width: 33.33%;
}

.middle {
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both; 
}		

.topnav {
  position: relative;
  overflow: hidden; 
  color: blue; 
  text-align: center; 
}

.topnav a {
  color: darkgreen;
  text-align: center;
  font-family: sans-serif;
  text-align: center; 
}

.topnav a.active {
 color: red;
 text-align: center; 
}

.topnav a:hover {
  color: blue; 
  text-align: center; 
}

.logo1 {
  float: left;
  border-radius: 50%;
  margin-right: 40px; 
}

.logo2 {
  float: right;
  border-radius: 40%;
  margin-left: 40px; 
}

.top {
  width: 80%;
  margin: auto;
  text-align: center;
  min-height: 70px;
  padding: 30px; 
}

.title {
  display: inline; 
}

#text {
  text-align: center; 
}

#dinercanada {
  color: red; 
}

#dinermexico {
  color: green; 
}

#dinerusa {
  color: blue; 
}

