* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
}
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
        background: url('end.png') no-repeat;
        -moz-background-size: 100%;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        background-size: cover;
        background-position: center;
} 
.mview{
    height:auto;
    width:80%;
background:rgba(245, 245, 245, 0.8);
    margin: 2em auto ;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 1em;
    -webkit-box-shadow: 0px 0px 25px 1px rgba(84,84,84,0.3); 
    box-shadow: 0px 0px 25px 1px rgba(84,84,84,0.3);
}
.p1{
    font-weight: bold;
    text-align: justify;
}

.p2 {
    text-indent: 2em;
    margin-top:.3em;
    text-align: justify
    
}
