html {
  height: 100%;
  width: 100%
}

.topnav {
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #3eb5d6;
  float: left;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  vertical-align: bottom;
}

.topnav-name {
  font-weight: 700;
  font-size: 1.5em;
}

.topnav a.topnav-name:hover{
  font-weight: 700;
  font-size: 1.2em;
  filter: invert(0%);
  height: auto;
}

.topnav a, .topnav span {
  color: black;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #3eb5d6;
  float: left;
  display: block;
  vertical-align: bottom;
}

.topnav a{
  margin-top: 5px;
}

.topnav a:hover {
  height: 100%;
  color: #fff;
}

body {
  background-color: #282a36;
  margin-top: 80px;
  margin-left: 10px;
  margin-right: 0px;
  color: #fff;
  font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
}

.left-home {
  text-align: center;
  flex-direction: row;
  display: flex;
}

.right-home {
  margin-left: 15px;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
}

.contact-icon {
  border-radius: 17px;
  height: 65px;
  text-decoration: none;
}

.contact-icon:hover{
  filter: invert(30%);
  transform: scale(1.1);
  text-decoration: none;
}

a.website {
  color: #fff;
  text-decoration: none;
}

a.website:hover {
  font-size: 100%;
  filter: invert(30%);
  font-weight: bolder;
}

a.website:visited {
  color: #fff;
}

.profile{
  border-radius: 20px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

footer {
  background-color: inherit;
}
