.contain{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    text-align: center;
}

*{
    padding: 0;
    margin: 0;
}
h1{
    color: #FF4081;
    zoom: 1.6;
}
.card{
    position: fixed;
    width: 90vw;
    text-align: center;
    margin-left: 5vw;
    top: 50vh;
    transform: translateY(-70%);
}
.title{
    padding: 2vh;
    font-weight:500;
    zoom: 1.2;

}
.header{
    z-index: 11;
}
.button{
    display: flex;
    justify-content: center;
    margin: 2vh 0 2vh 0;
}
.content p{
    margin: 3vh 0 3vh 0;
}
.text{
    text-align: left;
    margin: 0 5% 0 5%;
}
.input{
    margin: 0 5% 0 5%;
    text-align: start;
}
.footer{
    font-weight: bold;
    position: fixed;
    bottom: 0;
    width: 100vw;
    background: #FF4081;
    color: white;
    padding: 5% 0 5% 0;
}
.footer p{
    margin: 2% 0 2% 0;
}
.footer a{
    text-decoration: none;
    color: blue;
}


