@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}
ul{
    display: flex;
    list-style: none;
    gap: 3rem;
}
button{
    background-color: #04ddb2;
    color: white;
    border: none;
    height: 48px;
    width: 129px;
    border-radius: 1000px;
    font-weight: bold;
}

  
.navi{
    position: fixed;
    width: 100%;
    top: 0;
}
main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-top: 250px;
}
.roboto {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .Green{
    color: #04ddb2;
  }
  h1{
    margin:0;
    font-size: 64px;
    line-height: 0.45;

  }
  p{
    width: 600px;
    text-align: center;
    font-size: 26px;
    line-height: 1.45;
    color: #333;

  }

  footer{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background-color: #333;
    color: white;
  }