* {
    padding: 0;
    margin: 0;
}
.back {
    background-image: url(https://c4.wallpaperflare.com/wallpaper/31/794/428/life-is-strange-max-caulfield-wallpaper-preview.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
    height: 100%;
}
.border_1_dotted
{
 border-bottom: 1px dotted red;
}

.border_1_dashed
{
 border-bottom: 1px dashed red;
}
.border_radius_10_pX{
    border-radius: 10px;
}
.text_justify{
    text-align: justify !important;
}

#show_p{
    cursor: pointer;
}
.float_right{
    float: right !important;

}
.float_left{
    float: left !important;
}