body {
  background: #aecad6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background: #120453;
  color: white;
  margin: 30px;
  border: 3px solid blue;
  border-radius: 20px;
  font-size: 32px;
  height: 170px;
}

.header_a {
  line-height: 120px;
}

footer {
  
  padding: 15px;
  background: #120453;
  color: white;
  margin: 30px;
  border: 3px solid blue;
  border-radius: 20px;
  text-align: right;
  margin-right: 1cm;
}

header img {
  margin-left: 20px;
  margin-top: 5px;
  border: 2px solid cadetblue;
  border-radius: 5px;
  height: 77;
}

.topnav {
  
  background-color: rgb(42, 81, 200);
  overflow: hidden;
  border: 1px transparent;
  border-radius: 15px;
  margin-left: 3px;
  margin-right: 3px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

/* Style the links inside the navigation bar */
.topnav a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  float: inline-start;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 3px;
  text-decoration: none;
  font-size: 20px;
  width: 13%;
  margin-left: 2px;
}

/* Change the color of links on hover */
.topnav a:hover {
  padding: 8px 12px;
  text-decoration: none;
  background-color: #03024d;
  color: rgb(213, 207, 22);
  /*font-size: 20;*/
}

.Manli {
  margin-left: 15px;
  margin-bottom: 8px;
  font-size: 18px;
  color: rgb(0, 0, 0);
}

.mycontainer {
  width: 95%;
  overflow: auto;
}

.weath {
  font-size: 14px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-style: italic;
  margin-left: 30px;
}

.mycontainer div {
  width: 32%;
  float: left;
    
}

.ManLi a {
  margin-bottom: 4px;
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: rgb(4, 0, 16);
}

section {
  flex: 1;
  padding: 20px;
  height: 900px;
  background-size: 95%;
  width: 95%;
  opacity: 0.6;
  margin-left: 30px;
}

.PlainSec {
  height: 900px;
  max-width: 80%;
  background-image: none;
  background-color: solid blue;

  color:black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
  opacity: 0.6;
  margin-left: 150px;
}

.content_big {
  text-decoration: underline;
  font-size: 42;
  margin: 85px;
  font-weight: 300;
  color: #03010f;
}

.content_small {
  font-size: 24;
  margin: 85px;
  color: #03010f;
}

button {
  background-color: #046380;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  box-shadow: 2px 2px 0 #034154;
  margin-bottom: 10px;
  margin-left: 18px;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out,
    visibility 0.4s ease-out;
  position: relative;
  top: -10px;
}

.col {
  background: #444;
  float: left;
  width: 30%;
  margin: 5px;
}

.hide-me {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.75);
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    display: flex;
  }
}
