body{
    margin:0px;
    background-color: rgb(196, 196, 196);
    background-image:url('https://www.businessmarches.com/wp-content/uploads/2021/08/r4-chanel_cam_03-copy-1-1140x694.jpg');
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

p{
    font-size: larger;
}

h1{
    font-size: 30px ;
    font-family: 'Dancing Script', cursive;
}


#main{
    padding :5% 0% 5%;
    display: flex;
    justify-content: center;
    
}

#Text{
    border-radius: 50px;
    padding :50px;
    width: 50%;
    background-color: rgba(245, 245, 245, 0.836);
}


footer{
    position:fixed;
    bottom:0;

}
