#main-card {
    width: 350px;
    height: auto;
}

body,
html {
    background-color: #53cfd8;
    max-height: 100vh;
    min-height: 100vh;
    font-size: 16px
}

html {
    overflow: hidden;
}

#alertPlaceholder {
    position: sticky;
    float: right;
    right: 16px;
    bottom: 16px;
    max-width: max-content;
}

#cardContainer {
    height: 100vh;
}