:root{
    --font-small-size:6vw;
    --font-big-size:18vw;
}

.noto-emoji-400 {
  font-family: "Noto Emoji", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #ffffff;
}

.app {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    background: #161321;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

#currentcard {
    background: antiquewhite;
    width: 40vw;
    height: 60vw;
    border: 0.4vw solid #000000;
    border-radius: 6vw;
    padding: 2vw 3vw;
    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: 6vw;
}

.cardbottom {
	transform: rotate(180deg);
}

.cardsuit {
    top: 0vw;
    position: relative;
    font-size: 4vw;
    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: 6vw;
    overflow-wrap: anywhere;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
}


.sidedisplay {
    width: 26vw;
    color: white;
    font-weight: 700;
    font-size: 6vw;
    text-align: center;
}

.centercontainer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.buttoncontainer {
    display: flex;
    justify-content: space-evenly;
    width: 50vw;
}
.label{
	justify-self: center;
	align-self: center;
	color: white;
	font-weight: 700;
	font-size: 6vw;
}
button {
    width: 16vw;
    height: 7vw;
    font-size: 4vw;
}