html{
    height: 100%;
}

/*
font-family: 'Baloo Chettan 2', cursive;

font-family: 'Baloo Thambi 2', cursive;
*/

body {
    
    background: linear-gradient( rgba(102,204,204,1) 0%, rgba(153,255,153,1) 100%);
    background: -ms-linear-gradient( rgba(102,204,204,1) 0%, rgba(153,255,153,1) 100%);
    background: -o-linear-gradient(rgba(102,204,204,1) 0%, rgba(153,255,153,1) 100%);
    background: -moz-linear-gradient(rgba(102,204,204,1) 0%, rgba(153,255,153,1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;

}
.text-container{
    width: 70%;
    background-color: white;
    padding: 50px;
    border-radius: 25px;
    margin: auto;
    margin-bottom: 20px;
}
.title{
    text-align: center;
    margin-bottom: 40px;
}
.title h1 {
    color: white;    
    font-size: 10vw;
    line-height: 10vh;
    font-family: 'Bebas Neue', cursive;
}
.title p {
    color: white;
    font-size: 25px;
    font-family: 'Bellota Text', cursive;
} 
.title img{
    width: 65%;
}
.title a img{
    width: 300px;
}
footer{
    text-align:center;
    margin-bottom: 20px;
  }
  footer a {
    margin-left: 50px;
    text-decoration: none;
    color: white;
    font-family: 'Bellota Text', cursive;
    font-size: 15px;
    display: inline-block;
  }  
  footer p {
    color: white;
    font-family: 'Bellota Text', cursive;
    font-size: 15px;
    display: inline-block;
  }

  .text
  {
    color: #282828;
    font-size: 25px;
    font-family: 'Bellota Text', cursive;
  }