  body {
  font-family: 'Arial', sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
 
  }

  .modules {
  max-width: 800px;
  margin: 20px auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
  width: 90%;
  left: 50%;
  }


  .modules1 {
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #000000;
    left: 40%;
    width: 50%;
    }

    .modules2 {
      width: 100%;
      margin: 20px auto;
      background-color: #fff;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border: 1px solid #000000;
      left: 40%;
      width: 50%;
      }

  h1, h4, h5 {
  color: #f70303;
  }

  span {
  color: #009688;
  }

  hr {
  border: 1px solid #ddd;
  }

  ul {
  list-style: none;
  padding: 0;
  }

  li {
  margin-bottom: 10px;
  }

  b {
  font-weight: bold;
  }

[data-uk-icon]::before {
  display: inline-block;
  font-family: 'uikit-icons';
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: none !important;
  speak: none;
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


.navbar {
  margin-left: 25%;
  margin-right: 25%;
  position:fixed;
	width: 50%;

	background-color: #333;
	text-align : center;
	top: 0;
	left: 0;
	}


.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.navbar a.active {
  background-color: #4CAF50;
  color: white;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 20px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}




@keyframes fade{
  from{
    opacity:0.4;
  }
  to{
    opacity:1;
  }
}

body{
  background:#eeeee;
}

#slider{
  margin:0 auto;
  width:40%;
  overflow:hidden;
}

.slides{
  overflow:hidden;
  animation-name:fade;
  animation-duration:1s;
  display:none;
}

img{
  width:100%;
}

#dot{
  margin:0 auto;
  text-align:center;
}
.dot{
  display:inline-block;
  border-radius:5%;
  background:#d3d3d3;
  padding:8px;
  margin:10px 5px;
}

.active{
  background:black;
}

@media (max-width:567px){
  #slider{
    width:100%;

  }
}

#heading{
  display:block;
  text-align:center;
  font-size:2em;
  margin:10px 0px;

}
