:root {
  --viola-tentacoli: #18122b;
  --white: white;
  --black: black;
}

.body {
  background-color: var(--viola-tentacoli);
}

.nav {
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.home-button-nav {
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
}

.home-button-image {
  width: 100%;
}

.message {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
}

.section-message {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.section-portfolio {
  justify-content: center;
  align-items: center;
  display: flex;
}

.message-small {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.div-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button {
  color: #ec008c;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 999px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .message {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .message {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }
}


@font-face {
  font-family: 'Signategrotesk';
  src: url('../fonts/SignateGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}