body
{
    background-image: url('bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.image
{
    margin-top: 10px;
    margin-left: 10px;
}
.h1
{
    color: rgb(195, 75, 31); 
    font-weight: bold; 
    font-size: xx-large;
    font-family: georgia;
}
.para
{
    font-size: medium;
    font-style: oblique;
    font-weight: 800;
    font-family: georgia;
    color: white;
}
.para1
{
    font-size: medium;
    font-style: oblique;
    font-weight: 800;
    font-family: georgia;
    color: white;
}
.btn1
{
    background-color: brown;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
    margin-top: 9%;
}
.btn2
{
    background-color: brown;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
}
.btn3
{
    background-color: brown;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
}
    
    