@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li, a, button{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #24252A;
  text-decoration: none;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    text-align: left;
    padding: .8em 1.2em;
}
.container a, h1, h2,h3 {
  color: #007D91;
}
.container li {
  padding-bottom: 2.5%;
}
.leist{
  align-content: center;
  text-align: center;
  padding-top: 2.5%;
  padding-left: 5%;
  padding-right: 5%;
}
.leist a {
    color: #007D91;
}
.kont {
  text-align: left;
  padding: .8em 1.2em;

}
/*
.leist{
    text-align: center;
    padding-top: 2.5%;
    padding-left: 5%;
    padding-right: 5%;
}
.leist h1,p {
    color: #007D91;
}
.leist h2 {
    color: #24252A;
}*/

header {
  background-color: #edf0f1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 10%;
}

.logo {
  width: 300px;
  height: auto;
  cursor: pointer;
  margin-right: 5em;

}
.nav_links {
  list-style: none;
}

.nav_links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
    color: #0088a9;
}

button{
  padding: 9px 25px;
  background-color: rgba(0, 136, 169, 1);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

button:hover{
  background-color: #007D91;
}

.footer {
  background: #303036;
  color: #d3d3d3;
  height: 450px;
}

.footer a {
  background: #303036;
  color: #007D91;
  height: 200px;
}

.footer .footer-content{
  display: flex;
}

.footer .footer-content .footer-section{
  flex: 1;
  padding: 25px;

}
body{
  align-content: center;
}
