.container{
    height: 100vh;
    padding-top: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;   
    background:var(--secd-bg-white);
}

.container h1{
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
@media(max-width:425px){
    .container h1{
        font-size: 20px;
    }
    .btn{
        font-size: 14px;
    }
   .container img{
    width: 100%;
}
}