@import url("https://fonts.googleapis.com/css?family=Allerta Stencil");
* {
    font-family: 'Allerta Stencil'
}

html {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 100%;
    height: 95%;
}

body {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1500px;
    height: 800px;
}

#card {
    margin-top: 20px;
    border: 2px black solid;
    height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#two {
    display: none;
}

#three {
    display: none;
}

#title {
    font-size: 80px;
    margin: 0;
}

button {
    margin: 15px;
}


#bottom{
    display: flex;
    align-items: center;
    justify-content: center;
}
