body{
    font-size: 11pt;
    font-family:  sans-serif;
    background-size: auto;
    background-image: url("../../img/bg.jpg");
   
    }

    

.container{
    width: 50%;
    margin-top: 40px;
    /* box-shadow: 0 3px 5px rgba(0,0,0,0.5); */
    padding: 30px;
    
}


.footer{
    height: 30px;
   
}

.footer p{
    padding-top: 7px;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: rgb(255, 255, 255);
}