
body{
  background: linear-gradient(to left bottom, lightblue,lightpink,lightblue);
  scroll-behavior: auto;
  margin: 0;
  min-height: 100vh;
  color:#333;
  font-family: monospace;
  font-size: 20px;
}


.topleft {
  background: linear-gradient(to left bottom, lightpink,lightgreen,lightpink);
  color: whitesmoke;
  top: 0;
  text-align: center;
}


.bottomleft {
  bottom: 0;
  left: 16px;
  text-align: center;
}

.container {
  position: absolute;
  
  height: 100vh;
  color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#demo {
  font-size: 4rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: normal; /* Adjust font weight if needed */
  
}



a{

  text-decoration: none;
  color:rgb(71, 167, 71);
  width: 56px;
  font-size: 60px;
  transition: .3s linear;
}

.fa-whatsapp:hover{
  color:rgba(16,100,16,0.81);
  
}
.contactme{
  margin-top: 3rem;
}

hr {
  margin: auto;
  width: 50%;
}


@media only screen and (max-width: 620px) {
  body{
    width: 100%;
  }
  #demo{
    font-size: 2rem;
    font-weight: 800;
    font-family: sans-serif;
  }
  .contactme{
    margin-top: 7rem;
  }
  .topleft{
    margin-top: 1rem;
  }
}