
header {
  display: flex;
  justify-content: center;
}

.header-container {
	display: flex;
    max-width: 1024px;
	justify-content: space-between;
}

.header-logo {
    margin: 0px 20px 0px 10px;
}

.header-phone-address-container {
	display: flex;
	justify-content: end;
	margin: 20px 0px 20px 0px;
}

.header-phone {
    font-size: 1.6rem;
}

.header-address {
    font-size: 1.2rem;
	margin: 20px 0px 0px 0px;
}

.header-header {
}

main {
  display: flex;
  justify-content: center;
}

.main-container {
    max-width: 1024px;
}

footer {
  display: flex;
  justify-content: center;
}

.footer-container {
    max-width: 1024px;
}

p {
    text-align: justify;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 5px;
}
th {
  text-align: left;
}
