@font-face {
    font-family: growpia;
    src: url("growpia.ttf");
}

body{
    margin: 0;
    padding: 0px;
    outline: 0;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(bg.jpg);
    background-size: cover;
}

h1{
    font-family: growpia;
    letter-spacing: 10px;
    line-height: 80px;
    font-size: 100px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.btn{
    display: flex;
    flex-wrap: wrap;
}
.timer{
    display: flex;
    flex-wrap: wrap;
}
#button{
    margin-bottom: 20px;
    width: 200px;
    height: 70px;
    color: white;
    font-size: 25px;
    background-color: transparent;
    border: 2px solid rgb(122, 2, 251);
    border-radius: 400px;
}
#button:hover{
    background-color: rgb(122, 2, 251);
    border: 2px solid rgb(255, 255, 255);

}
#cards{
    max-width: 1350px;
    margin-top: 50px;
    margin-bottom: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.card{
    display: flex;
    width: 400px;
    height: 400px;
    color: black;
    background-color: white;
    img{
        width: 400px;
        height: 400px;
        
    }
}
#timer{
    display: none;
    font-size: 50px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}