html {
  height:100%;
}
header {
  background:rgba(238,204,174, 0);
}
body {
  margin: 0;
  height: 100%;
  padding-bottom: 425px;
  background: rgb(22,176,218);
  background: linear-gradient(180deg, rgb(22, 176, 218) 0%, rgba(148,215,233,1) 100%);
  background-repeat:no-repeat;
  background-attachment: fixed;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Lato';
}
.topnav a:hover {
  background-color: #ddd;
  color: #171717;
}
.content {
  font-family: 'Lato';
  padding: 10px;
  color: #171717;
}
#download_link {
  text-decoration: None;
  font-family: 'Lato';
  color:#171717;
  outline-width: 1px;
  outline-color: white;
  outline-style: dashed;
  outline-offset: 3px;
}
footer {
  position:fixed;
  bottom: 0;
  font-family: 'Lato';
  color:#171717;
  background:rgb(22, 176, 218);
  height: 100px;
  text-align: center;
  right: 0;
  left: 0;

}
#footer_content {
  outline-width: 1px;
  outline-style: dashed;
  outline-color: white;
  outline-offset: 3px;
  color:#171717;
  font-family: 'Lato';
}
footer a {
  color:#171717;
  text-decoration: none;
}
.container {
  display: flex;
  min-width: 100vw;
  flex-direction: row;
  flex-wrap: wrap;
}
.box {
  padding: 11px;
  background: #333;
  max-width:800px;
  max-height:450px;
  min-width: 800px;
  min-height: 450px;
  margin: 2px;
}
.profile_box {
  padding:15px;
  background: #333;
  color: white;
  height: 300px;
  width: 700px;
  margin: 2px;
}
