
.container{
    background-color: bisque;
    width: 360px;
    height: 740px;
    /* border: 1px solid red; */
    text-align: center;  
}
.header-1{  
    background-color: rgb(230, 220, 220);
    height: 88px;
}

.main-img{
    width: 340px;
}
ar-main{
    width: 340px;
}
.btn-primary{
    width: 340px;
    height: 45px;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 20px;  
}

footer{
    width: 100%;
    background-color: rgb(225, 222, 222);
    height: 80px; 
    margin-top: 103px;
    border-radius: 3px;   
    position: relative;  
    top: 55px; 
}

.foot-1{
padding: 30px; 
}
.foot-a{
    text-decoration: none;
}
.foot-a{
    color: black;
}
