html{
    height: 100%;
    overflow-y: hidden;
}
body{
    height: 100%;
}
.navbar-light .navbar-brand {
    font-weight: 600;
    font-size: 40px;
}
.title{
    font-family: 'Parisienne', cursive;
    font-size: 40px;
}

.main{
    height: 100%;
    background-color:#EEE5E9 ;

    display: flex;
    align-items: center;
    justify-content: center;
    
}
.text{
    text-align: center;
    margin-bottom: 400px;
}


