:root{
    --font-small-size:5vh;
    --font-big-size:12vh;
}

.noto-emoji-400 {
  font-family: "Noto Emoji", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
    margin: 0;
	background:white;
}

.app {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #161321;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#currentcard {
    background: antiquewhite;
    width: 30vh;
    height: 45vh;
    border: 0.4vh solid #000000;
    border-radius: 3vh;
    padding: 1vh 1.5vh;
    box-sizing: border-box;
    user-select: none;
}

.cardcorners {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cardcornerrow {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}

.cardcorner {
    text-align: center;
    font-size: 5vh;
}

.cardbottom {
	transform: rotate(180deg);
}

.cardsuit {
    top: -1vh;
    position: relative;
    font-size: 4vh;
    font-family: "Noto Emoji", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#cardface {
    max-width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 5vh;
    overflow-wrap: anywhere;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
}


.sidedisplay {
    width: 17vh;
    color: white;
    font-weight: 700;
    font-size: 4vh;
    text-align: center;
}


.centercontainer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.buttoncontainer {
    display: flex;
    justify-content: space-evenly;
    width: 50vh;
}
.label{
	justify-self: center;
    align-self: center;
    color: white;
    font-weight: 700;
    font-size: 4vh;
}
button {
    width: 8vh;
    height: 3vh;
    font-size: 2vh;
}