
p{
font-family:Helvetica;
color:white;
font-size:30px;
}

.d{
position:absolute;
left:250px;
top:500px;
font-weight:bold;
color:white;
}

.m{
position:absolute;
left:480px;
top:500px;
font-weight:bold;
}

.wh{
position:absolute;
left:720px;
top:500px;
font-weight:bold;
}

.wa{
position:absolute;
left:940px;
top:500px;
font-weight:bold;
}


.learn{
font-size:100px;
}


body { 
  margin: 0;
  font-family: Helvetica;
}

h1{
font-family: Grafolita Script, Helvetica;
color:white;
font-size:150px;
text-align:center;
}

h2{
font-family: Helvetica,sans-serif;
font-weight:bold;
color:white;
font-size:50px;
text-align:center;
position:absolute;
left:300px;
top:350px;
}

p{
font-family: Helvetica,sans-serif;
color:white;
font-size:20px;
text-align:center;
position:absolute;
}

.logo {
font-family: Grafolita Script, Helvetica;
color:#166995;
font-size: 60px;
font-weight:bold;

}

#logo {
position:absolute;
left:160px;
top:20px;
}

.header {
  overflow: hidden;
  background-color: #ffff;
  padding: 20px 10px;
}

.header a {
  float: left;
  color:#166995;
font-weight:bold;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }