@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300&display=swap');

*{
    box-sizing:content-box;
}

body {
    background-color: rgb(243, 190, 138);
    text-align: center;
    display: flex;
    padding:0%;
    margin:0%;
    font-family:'Signika Negative', sans-serif;
}

#title {
    font-family:'Signika Negative', sans-serif;
    font-size: 50px;
    height: 97%;
    color: white;
    background-color: rgb(234,155,75);
    padding: 10px;
    margin: 0%;
    left: 13%;
    position: absolute;
    text-align: left;
}

#title span{
    font-size: 20px;
}

#titledeco {
    background-color: white;
    padding:0%;
    height: 4px;
    width: 100%;
    position: relative;
    top: 10px;
}

#face {
    margin-top: -2%;
    margin-left: 20%;
    top: 0%;
    overflow: hidden;
}

#gum {
    background-color: rgb(234,155,75);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    left: 68.2%;
    top: 53%;
    position: absolute;
    transition: 8s;
    z-index: 1;
    flex-shrink: 1;
    opacity: 0.8;
}

#border {
    position: absolute;
    margin-top: 40px;
    left: 75%;
    height: 98%;
    width: 200px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
}


#blow {
    width: 50px;
    height: 50px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    padding: 15px;
    color: white;
    background-color: rgb(243, 190, 138);
    border: 3px solid white;
    font-family:'Signika Negative', sans-serif;
}

#pop {
    /*width: 50%;
    height: 50%;*/
    position: absolute;
    top: 20%;
    left:24.5%;
    text-align: center;
    font-weight: bold;
    background-color: transparent;
    border-color: transparent;
    z-index: 1;
    font-size: 25vw;
    color: white;
    font-family: 'Signika Negative', sans-serif;

    display: none ;
}

