
body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#mercuryo-widget {
    /* border: 2px dashed #000; */
    width: 370px;
    margin: 3% auto;
    border-radius: 5px;
    /* box-shadow: 0px 0px 15px 1px rgba(151, 104, 104, 0.415); */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.error {
    display: flex;
    flex-flow: row wrap;
    width: 900px;
    height: 50vh;
    margin: 20vh auto;
}
.first {
    /* display: inline-block; */
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 30%;
    height: 90%;
}
.image {
    width: 40vh;
    height: 40vh;
    border-radius: 50%;
    background-color: #f2f5f8;
    background-image: url('emoji.png');
    background-repeat: no-repeat;
    background-position: center;
}

.second {
    /* display: inline-block; */
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 65%;
    height: 90%;
    margin-left: 3%;
    vertical-align: top;
}
h1 {
    font-family:nunito,sans-serif;
    font-size:65px;
    font-weight:700;
    margin-top:0;
    margin-bottom:10px;
    color:#151723;
    text-transform:uppercase
}
h3 {
    font-family:nunito,sans-serif;
    font-size:25px;
    font-weight:400;
    margin-top:0;
    margin-bottom:10px;
    color:#151723;
    text-transform:uppercase
}
p {
    width: 60%;
    font-family:nunito,sans-serif;
    color:#999fa5;font-weight:400
}
a {
    font-family:nunito,sans-serif;
    display:inline-block;
    font-weight:700;
    border-radius:40px;
    text-decoration:none;
    color:#388dbc
}
