@import url(https://fonts.googleapis.com/css?family=Exo:400,500,800);

@font-face {
  font-family: 'Exo';
}

*{
  color: #11AAFF;
}

.welcome-main {
  font-family: 'Exo',sans-serif;
  font-weight: bold;
  padding-top: 20%;
  text-align: center;
  font-size: 4em;
  text-shadow: 1px 1px 1px #202020;
}

a {
  text-decoration: none;
  opacity:0.8;
}
a:hover {
  text-decoration: none;
  opacity: 1.0;
}

.baloo {
  text-align: center;
  font-family: 'Baloo Tammudu 2', cursive;
  color: #00669955;
  font-size: 1.2em;
}

