@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

body {
  background: linear-gradient(
    140deg,
    rgba(36, 13, 21, 1) 0%,
    rgba(9, 44, 31, 1) 28%,
    rgb(7, 11, 41) 100%
  );
  background-size: auto;
  background-repeat: repeat;
  /* background-image: url(BG.png);
    background-position: center;
     */
  font-family: "Noto Sans", sans-serif;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

h1,
h2,
h3,
li,
a,
p {
  color: white;
}

.portfolioText h3 {
  font-size: 1.2rem;
}

.portfolioText p {
  font-size: 0.9rem;
  margin-bottom: 50px;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 3rem;
  user-select: none;
}

ul {
  list-style: none;
  font-size: 1.2rem;
  margin-left: -40px;
  opacity: 0;
  margin-top: -20px;
  line-height: 160%;
  animation: fadein 2s ease forwards;
  animation-delay: 0.5s;
}

nav {
  display: flex;
  justify-content: center;
}

.main__container {
  animation: fadein 2s ease forwards;

  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.text {
  width: 600px;
  padding-right: 20%;
  padding-left: 5%;
  font-size: 2rem;
  user-select: none;
}

@media only screen and (max-width: 540px) {
  .text {
    font-size: 1.2rem;
  }
  h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-height: 540px) {
  .text {
    font-size: 1.2rem;
  }
}

.row {
  padding-left: 1%;
  padding-right: 1%;
}

.container {
  margin-top: 15px;
}

.box {
  animation: fadein 1s ease forwards;
  padding-left: 50px;
  padding-right: 50px;
  user-select: none;
}

.box img {
  width: 100%;
  height: auto;
  z-index: 998;
}

.portfolioicon {
  font-size: 2.5rem;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.icon {
  color: white;
  font-size: 2.5rem;
  position: absolute;
  text-align: center;
  bottom: 40;
}
