@media (max-width:426px){
    body{
        height: auto;
    }  
    
    .create-account-section{
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .create-account-section-image{
        width: 425px;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .create-account-section-image img{
        width: 375px;
        height: auto;
    }

    .create-account-section-form{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

}