@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');


  html {
    scroll-behavior: smooth;
  }

  h2{
    font-family: "Rubik", sans-serif;
  }
  body {
    
    font-family: "Poppins", sans-serif;
  }
.navbar ul{
    list-style-type: none;
    background-color: whitesmoke;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    justify-content: space-around;
    overflow: hidden;
}
.navbar a{
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px;
}
.navbar a:hover{
    background-color: #1ddde8;
}
.navbar li{
    float: left
    
}

.content h1{
    text-align: center;
    margin-top: 40px;
}
.content{
    text-align: center;
    margin-top: 140px;
}
p{
    font-size: medium;
    
}

    
.btn {
    font-weight: 600;
    transition: all 300ms ease;
    padding: 1rem;
    width: 8rem;
    border-radius: 3rem;
    cursor: pointer;
    background-color: beige;
  }

  .btn:hover{
    background-color: aquamarine;
    
  }

.btn-btn-color-2{
    background-color: #1ddde8;
    font-weight: 600;
    transition: all 300ms ease;
    padding: 1rem;
    width: 8rem;
    border-radius: 3rem;
    cursor: pointer;
}
.btn-btn-color-2:hover{
    background-color: aquamarine;
}

.Social{
    margin: 20px;

}

