body {
    font-size: 50px
}

button {
    font-size: 40px;
}

.wrapper {
    text-align: center;
}

.container {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 98vh;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    text-align: center;
    width: 1000px;
    height: 500px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.container {
    padding: 2px 16px;
}

input[type=radio] {
    height: 40px;
    width: 40px;;
}