html {
  background-color: rgba(0,0,0,1);
  color: rgba(0,0,0,1);
  font-family: Sans-Serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
}

.header {
  color: rgba(255,255,255,1);
  position: fixed;
  top: 0px;
}

.anchor {
  display: inline;
  margin-right: 20px;
  text-decoration: none;
  color: inherit;
}

.anchor:hover {
  color: rgba(150,150,200,1);
}

#section_home {
  margin: 50px 0px 0px 0px;
  padding: 0vh 50px 0px 50px;
  color: white;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
  height: calc(100vh - 150px);
  min-height: 100vh;
}

#section_home > h1 {
  font-size: 2em;
  text-align: center;
  margin: 10px;
}

#section_home > img {
  height: 100px;
  width: 100px;
  margin-top: 20px;
  margin-left: calc(50vw - 100px);
}

#section_home > p {
  font-size: 1em;
  text-align: center;
}

#section_home > a {
  width: 40px;
  text-align: center;
  margin-left: calc(50vw - 70px);
  margin-top: 50px;
}

.icon {
  color: white;
  font-size: 40px;
  margin-top: 10px;
}

.icon:hover {
  color: rgba(150,150,200,1);
}

.footer {
  color: rgba(255,255,255,1);
  width: 100%;
  text-align: center;
}
