@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

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

nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  background: #2980b9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

nav .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 90%;
  background: #2980b9;
  margin: auto;
}

nav .navbar .logo a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

nav .navbar .menu {
  display: flex;
}

.navbar .menu li {
  list-style: none;
  margin: 0 15px;
}

.navbar .menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

section {
  display: flex;
  height: 100vh;
  width: 100%;
  /* align-items: center; */
  /* justify-content: center; */
  /* color: #96c7e8;  */
  /* font-size: 70px; */
  margin-top: 8%;
}

#Home {
  background: #fff;
}

#About {
  background: #f2f2f2;
}

#Category {
  background: #e6e6e6;
}

#Latest {
  background: #fff;
}

#Contact {
  background: #f2f2f2;
}

#Feedback {
  background: #e6e6e6;
}

.button a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background: #2980b9;
  padding: 7px 12px;
  ;
  font-size: 18px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15);
}

a {
  color: #2980b9;
}

footer {
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.content {
  margin-top: 10%;
  margin-right: 30%;
}

.intoSide {
  margin: 10% 10%;
}

img {
  border-radius: 50px;
}

.inlineDis {
  display: inline !important;
}

.fontAw {
  font-size: 1.5em;

}

.resume {
  margin-top: 5%;
}

.expContent {
  margin: 10% 20%;
}

.date {
  float: right;
  margin-top: -30px;
}