div
{
    display: block;
}

body {
    margin: 0;
    padding: 0;
    background: url(background1.jpg);
    no-repeat: ;
    background-size: cover;
}

style
{
    display: none;
}
.background
{
    width: auto;
    height: auto;
}

.header
{
    border: 10px,solid,none;
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    color: whitesmoke;
    text-shadow: 3px white;
    left: 2px;
    margin-bottom: -50px;
    
}

.content
{
    width: 90%;
    height:400px;
    background: rgb(182,192,220);
    padding: 20px;
    text-align: left;
    margin: auto;
    margin-top: 5%;
    color: black;
    opacity: 85%;
}

.dp
{
    margin-left: 2px;
    background: rgb(255,255,255);
    border: 3.5px solid white;
   
    width: 250px;
    height: 350px;
    
}

.data
{
    margin-top: -350px;
    margin-left: 35%;
}

.footer
{
    display: none;
    
}

