@charset "UTF-8";

html{
    font-size: 20px;

}

body{
    font-size: 20px;
}

div.containerpjs{
    text-align:center;
    max-width:1000px;
    margin:0 auto;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
}

h1{
    text-align:center;
}

body{
    background-color:#dae4ff;
    font-size:14px;
    color:#304583;
}

.introductionojs{
    margin:10px 10px 10px 10px;
}

