* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
body {
    margin: 0;
    height: 100vh;
    background: #0A1F44;
    display: flex;
    justify-content: center;
    align-items:center;
}
.container {
    background:white;
    position: relative;  
    width:350px auto;
    max-width: 90%;
    padding:25px;
    border-radius:10px;
    text-align:center;
}

.app {
    background: white;
    justify-content: center;
    width: 30%;
    height: 350vw auto;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    padding-top: 1px;
}

h1{
    font-size:50px;
    font-weight:bold;
    color:#c20078 ;
    text-align: center;
    padding-left: 30px;
    margin-top: 10px;
    
}

button {
    padding: 10px 20px;
    border: none;
    background: #5c5cff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    justify-content: center; 
    text-align: center;  
    gap: 20px;      
    font-size: 25px;
    font-weight: bold;  
    margin-top: 25px;         
}

button:hover {
    background: #4040ff;
}


p{
    font-size: 25px;
    font-style: normal;
    margin-top: 10px;
    color: #0A1F44;
}

 .arrow{
    font-size: 40px;
    color: #0f2a52;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;   
    cursor: pointer;
}