body{
    border: 4px solid black;
}
hr{
    position: relative;
    top:5px;
    border: none;
    height:5px;
    background: rgba(0,0,0,0.4);
    margin-bottom: 10px;
}

input[type=radio] {
    width: 20px;
    height: 20px;
}

.emoji{
    font-size:larger;
}

.popup-wrapper{
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.6);
    display: none;
}

.popup{
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    max-width: 300px;
    margin:10% auto;
    padding: 20px;
    background: rgb(30, 196, 230);
    position: relative;
    border: 2px solid black;
}


#X{
position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: black;
}

