.main{
    text-align: center;
    background-image:url('https://img.freepik.com/free-photo/old-shabby-concrete-wall-texture-with-cracked-purple-concrete-studio-wall-abstract-grunge-background_1258-73039.jpg?w=900&t=st=1665998305~exp=1665998905~hmac=e64144728fda888db85d7889c495a873856fe45156846e022765df77e117c484');
    background-size: cover;
    border-radius: 10px;
    border: 5px;
    border-style: groove;
    border-color: black;
    margin: 5px;
}
.head{
    color:silver;
    font-size: large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    text-decoration: underline;
    padding: 5px;
}
.para{
    color:lightsalmon;
    font-size: medium;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    padding: 5px;
}
.para1{
    color:lightslategray;
    font-family: 'Trebuchet MS';
    font-size: large;
    font-weight: 400;
}
.marq{
    color: chocolate;
    font-size: larger;
    font-weight: bold;
    font-family: monospace;
    text-decoration: dotted;
    text-decoration-color: crimson;
}
.photo {
    height: 170px;
    width: 500px;
}
.main2 {
    background-image: url('https://img.freepik.com/free-vector/gradient-luxury-background-modern-abstracts_343694-1876.jpg?w=826&t=st=1665997841~exp=1665998441~hmac=496a198497fc57c4fd8833b085f6a173c06d0d232a7201aa15ba13f324261373');
    background-size: cover;
    padding: 20px;
    border: 10px;
    border-color: aliceblue;
    border-style: double;
    border-radius: 15px;
}
.para2 {
    font-size: 20px;
    color: cyan;
}
.li{
    color: beige;
}
.hh{
    text-align: center;
    color:red;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    font-family: 'Times New Roman', Times, serif;
    font-size:xx-large;
    font-weight: bold;
}
.hea{
    text-align: center;
    background-color:lightgray;
}
.mm{
    margin-right: 150px;
    margin-top: 50px;
}
.button {
    margin: 10px;
    height: 40px;
    width: 170px;
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: 600;
}