* {
    font-family: sans-serif;
    font-size: 10px;
    scroll-behavior: smooth;
}
h1 {
    font-size: 20px;
    text-align: center;
}
h2 {
    font-size: 16px;
    text-align: center;
}
h3 {
    font-size: 12px;
    text-align: center;
}
div {
    border: 0px solid #000
}
.container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.contents {
    width: 380px;
    margin: 0 auto;
    text-align: center;
}
.title {
    width: 380px;
}
.headerMenu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.tables{
    margin: 0 auto;
}
.list {
    padding-right: 20px;
    padding-left: 30px;
}
.contact {
    width: 380px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

#details {
text-align: left;
}
#title {
    font-family: monospace;
    text-align: center;
}
#companyName {
    text-align: left;
}
#footer {
    font-size: 6px;
}

