body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}
.container {
    width: 100%;
    margin: auto;
    overflow: hidden;
    flex: 1;
}
.header {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #498363;
    color: white;
}
.logo {
    max-height: 50px;
    margin-right: 20px;
    margin-left: 200px;
}
h1 {
    margin: 0;
}
.content {
    margin-top: 60px;
    margin-left: 200px;
    margin-right: 200px;
}
.footer {
    background: #0f331f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 200px;
    position: relative;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    color: white;
}
.footer a {
    font-weight: bold;
    color: white;
}
.prefooter {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #498363;
    color: white;
}
.fin-image {
    max-height: 50px;
}
.fin-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start; /* or center */
}


.appimage {
    max-height: 450px;
    margin-right: 10px;
}
.app-store-svg-size{
  width: 150px;
}
.google-play-svg-size{
  width: 150px;
}
.svg-white-color{
  fill: #FFFFFF;
}