@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    margin: 44px 0px 54px 76px;

}

.link-header {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #989D9C;
    cursor: pointer;
    margin-right: 23px;
    color: #17233D;
    text-decoration: none;
}

#login {
    background: #665AE1;
    border-radius: 20.5px;
    width: 130px;
    height: 41px;
    border: none;
    font-weight: 600px;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    cursor: pointer;

}

img.logo-image {
    margin-left: 125px;
    width: 425px;
    display: inline-block;
}

section {
    display: inline-block;
    margin-left: 86px;
}

h1 {
    font-weight: 900;
    font-size: 70px;
    line-height: 122px;
    color: #515151;
}

h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 51px;
    color: #515151;
}

p {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #848484;
    width: 515px;
    margin-top: 12px;
    margin-bottom: 35px;
    

}

#explore {
      
      background-color: #ADFF00;
      border-radius: 30px;
      height: 64px;
      width: 239px;
      border: none;
      font-weight: 700;
      font-size: 28px;
      cursor: pointer;
      color: #000;
      line-height: 34px;
      filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
      margin-bottom: 50px;
}
@media (max-width: 800px) {
  header {
      width: 125vw;
      display: flex;
      margin: 24px 0px 34px 36px;
      align-items: center;
  }

  .link-header {
      font-size: 15px;
      margin-right: 13px;
  }

  #login {
      height: 30px; /* aumentei a altura */
      font-size: 15px;  /* pode ajustar mais se quiser maior */
  }
}



