* {
    padding:0px;
    margin:0px;
}

html {
	scroll-behavior: smooth;
}

body {
            background-color: #e8f3f8;
	    font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            line-height: 150%;
}

.header{
    width:760px;
    height:30px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    padding-top: 10px;
    position: absolute;
    z-index:100;
}

.intro {
            background-color: #fff;
            width: 700px;
	    margin-top:120px;
	    margin-left:30px;
	    padding: 20px 20px;
	    position: absolute;
            box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
	    text-align:justify;
}
 
.button {
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  position: relative;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: white; 
  border: 2px solid #008CBA;
}

.button:hover {
  background-color: #008CBA;
  color: white;
}