*{
    font-family: 'Lato', sans-serif;
}
body{
    background-color: rgba(130, 238, 159, 0.553);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:10%;
    flex-direction: column;
    
}
.tx{
    opacity: 0;
  overflow:auto ;
}

.contain{
    background-color: white;
    width: 400px;
    height: 500px;
    border-radius: 6px;
    padding: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.header{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5%;
    margin-bottom: 2%;
    font-size: 35px;
    font-weight: 700;
    font-family:Arial, Helvetica, sans-serif;
    color: #151515;
}
.bt{
    display: flex;
    justify-content: center;
    align-items: center;
}
button{
    background-color: rgb(0, 0, 0);
    border: none;
    color: white;
    width: 160px;
    height: 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Tilt Neon', cursive;
    margin: 4%;
}
button:active{
    background-color: rgb(117, 4, 117);
    transform: scale(0.9);
    transition: all 1s;
}
.card{
    width: 90%;
    height: 70%;
    opacity: 0;

}
img{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.fade{
    opacity: 1;
    transition: opacity 0.5s;
}
