/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
/* {
    margin: 0;
    padding: 0;}
*/
#pageSS{
    display: flex;
    flex-wrap: wrap;
}
main{
    display:grid;
}
.flex-container{
    display: grid;
}

#debutPage{
    text-align: -webkit-center;
    display: flex;
    align-items: center;

}
em {
    font-size: xx-large;
    text-transform: capitalize;
    color: snow;
    padding: 1em;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.clearfix p{
    color: #0b0b0b;
    padding-left: 5%;
    padding-right: 1%;
    width: 90%;
    /*height: 30rem;*/
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: justify;
    line-height: 2;
    letter-spacing: 3px;
    word-spacing: 8px;
    /*font-weight: bold;*/
    font-size: 1.2rem;

}
.clearfix2 p{
    color: #0b0b0b;
    padding: 3%;
    width: 65rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: justify;
    line-height: 2;
    letter-spacing: 3px;
    word-spacing: 8px;
    font-weight: bold;
    font-size: 1.2rem;
    margin: auto;

}
#confused{
    max-width: 40%;
    height: auto;
    float : left;
    text-align: center;
    padding: 3%;
    z-index: 1;
    display: block;

}
#dip-01 h1{
    font-size: 2.3em;
    color: #fff5f4;
    letter-spacing: .1em;
    display: grid;
    margin: auto;


}
#dip-01 h2{
    font-size: 2.3em;
    color: #000000;
    letter-spacing: .1em;
    display: grid;
    margin: auto;

    padding: 2%;
    text-transform: capitalize;
}
