@import url('https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&display=swap');

* {
    font-family: 'Cherry Bomb One', cursive;
    color: #BD4F6C;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    background-image: url(/img/cloud.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F4E1E6;
}


.app-window > h1 {
    text-align: center;
    margin: 0;
    margin-top: 25px;
    font-size: 2.7rem;
    margin-bottom: 25px;
    
}
.emotion > p {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 100%;
    transform: translate(-50%, calc(-100% - 20px));
    font-size: 1.5rem;
}

.emotion {
    position: relative;
    display: inline-block;
    margin: 10px;
    width: calc(25% - 24px);
    height: calc(25vw - 20px);
    vertical-align: middle;
    box-shadow: 5px 5px 15px 0px #BD4F6C;
    border-radius:20px;
    padding: 20px;
    background-color: #F4E1E6;
    box-sizing: border-box;
    cursor: pointer;
}
.emotion > img{
    width: 100%;
}
.stat {
    width: calc(100vw - 40px);
    margin-left: 20px;
}
.stat > div{
    background-color: white;
    height: 50px;
    border-radius:10px;
    box-shadow:5px 5px 15px 0px #BD4F6C;
}
.stat > p{
    margin-top:10px;
    margin-bottom:2px;
    font-size: 1.6rem;
}
.kabir{
    margin-left: 50%;
    transform: translate(-50%,0);
}
