body {
    background: pink;
    user-select: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

img {
    height: 50%;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

#title {
    background: white;
    border-radius: 5px;
    text-align: center;

    font-size: 3.7em;

    height: 92px;
    width: 95%;
    line-height: 92px;
}
#tt img {
    height: 3.7rem;
}

.col {
    display: flex;
    flex-direction: row;
}

#yes {
    margin: 64px;
    width: 140px;
    height: 100px;
    line-height: 100px;
    font-size: 4em;

    border-radius: 16px;


    text-align: center;

    background: deeppink;
    color: white;
}

#no {
    width: 140px;
    margin: 64px;
    height: 100px;
    line-height: 100px;
    font-size: 4em;

    border-radius: 16px;


    text-align: center;

    background: deeppink;
    color: white;
}
