@font-face {
  font-family: 'apex06';
  src: url("../fonts/apex06.ttf") format('truetype');
}

@font-face {
  font-family: 'inter';
  src: url("../fonts/inter.ttf") format('truetype');
}

* {
  * margin: 0;
  * padding: 0;
  * border: 0;
  * outline: none;
  * box-sizing: border-box;
}

body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  margin: 0;
}

p {
  color: black;
}

h1 {
  color: black;
  font-family: apex06;
  font-size: 50px;
  text-align: center;
}

img {
  width: 300px;
  height: 300px;
  pointer-events: none;
}

.container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.container-img {
  margin-top: 10px;
}

.container-des {
  margin-top: -50px;
  margin-left: 15px;
  margin-right: 15px;
}

.container-heading {
  margin-top: 5vh;
}

#aboutdes {
  text-align: center;
  color: black;
  font-family: inter;
}

#nondec {
  text-decoration: none;
  color: black;
}

#black {
  color: black;
}
