@font-face {
  font-family: 'FT Aktual Book';
  src: url(/font/FTAktual-Book.otf);
}

@font-face {
  font-family: 'FT Aktual Medium';
  src: url(/font/FTAktual-Medium.otf);
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro Roman';
  src: url(/font/NeueHaasDisplayRoman.ttf);
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro Medium';
  src: url(/font/NeueHaasDisplayMedium.ttf);
}
body,
html {
  margin: 0px;
  padding: 0px;
}

body {
  height: 100vh;
}

h2 {
  font-family: 'Neue Haas Grotesk Display Pro Roman';
  font-size: 20px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: 5%;
}

.hi {
  font-family: 'FT Aktual Book';
  font-size: 20px;
  color: black;
  width: 380px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.welcome {
  font-family: 'FT Aktual Book';
  font-size: 20px;
  color: black;
  width: 380px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

.arrow-down {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  margin-bottom: 65px;
  height: 10vh;
}

.portrait {
  width: 218px;
  height: auto;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 41px;
  margin-bottom: 38px;
  border: 5px solid;
}

.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 50px auto;
}

.button-graphic-design {
  font-family: 'Neue Haas Grotesk Display Pro Medium';
  font-size: 32px;
  display: block;
  background: #ffffff;
  border-top: 5px solid #000000;
  border-left: 0px;
  border-right: 0px;
  width: 430;
  padding: 31px;
  text-align: center;
  cursor: pointer;
}
.button-motion-design {
  font-family: 'Neue Haas Grotesk Display Pro Medium';
  font-size: 32px;
  display: block;
  background: #ffffff;
  border: 5px solid #000000;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  width: 430;
  padding: 31px;
  text-align: center;
}
.button-ux-ui-design {
  font-family: 'Neue Haas Grotesk Display Pro Medium';
  font-size: 32px;
  display: block;
  background: #ffffff;
  border: 5px solid #000000;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  width: 430;
  padding: 31px;
  text-align: center;
}
.button-video {
  font-family: 'Neue Haas Grotesk Display Pro Medium';
  font-size: 32px;
  display: block;
  border: 5px solid #000000;
  border: 5px solid;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  width: 430;
  padding: 31px;
  text-align: center;
}
.button-contact {
  font-family: 'Neue Haas Grotesk Display Pro Medium';
  font-size: 32px;
  display: block;
  border: 5px solid #000000;
  border: 5px solid;
  border-left: 0px;
  border-right: 0px;
  width: 430;
  padding: 31px;
  text-align: center;
}

a:link {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(116, 116, 116);
  background-color: transparent;
  text-decoration: underline;
}
