html{
	display: flex;
	justify-content: center;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    padding: 14vw 0;
}
.text{
    width: 45vh;
    height: auto;
    display: block;
    margin: auto;
}
h1{
    padding: 0 22vh
}
button{
    border: none;
    background-color: #00d6c8;
    color: white;
    width: 45vh;
    height: 7vh;
    display: block;
    font-size: 3vh;
    margin: 1vh 5vh;
}
.card{
    width: auto;
    height: 50vw;
    display: block;
    margin: auto;
    border: 1vw solid rgb(138, 138, 138)
}

.info{
    text-align: center;
}