* {
  margin: 0;
  padding: 0;
}

a {
  background-color: #164a41;
  color: #daded4;
  text-decoration-color: #daded4;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

body {
  position: relative;
  min-height: 100%;
  min-height: 100vh;
  background-color: #daded4;
}

header {
  display: flex;
  flex-direction: row;
  max-height: 125px;
  max-width: 100%;
  background-color: #164a41;
  font-family: courier;
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #15573f;
}

.icons {
  display: flex;
  border-bottom: 5px;
  float: right;
  position: sticky;
  right: 0;
  
}

.facebook_icon {
  display: flex;
  float: right;
  max-height: 50px;
  max-width: 50px;
  padding: 3px;
  border-radius: 70%;
  
  

}

.instagram_icon {
  max-height: 50px;
  max-width: 50px;
  padding: 3px;
  border-radius: 70%;
  
}

.linkedin_icon {
  max-height: 50px;
  max-width: 50px;
  padding: 3px;
  border-radius: 70%;
  
  
}

.github_icon {
  max-height: 50px;
  max-width: 50px;
  padding: 3px;
  
  
}

h1 {
  color: silver;
  font-family: courier;
  display: flex;
  flex-direction: row;
  
  padding-left: 900px;
}

li {
  font-weight: bold;
  font-style: helvetica;
  list-style-type: none;
}

.The Office {
  height: 100%;
  width: 100%;
  justify-content: center;
  float: right;
  border-radius: 90%;
}

title {
  position: sticky;
  right: 0;
}
