img.emote {
    width: 350px;
    height: 350px;
}

.distance{
    margin: 20px;
}


.err{
    color: red;
    opacity: 0;
}

.box{
    display: inline-block;
    border-radius: 25px;
    width: 250px;
    height: 50px;
    border: 2px solid #343a40;
    outline: none;
    font-size: 20px;
    font-family: monospace;
    padding-left: 20px;
    padding-right: 20px;

}

div.content {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

body {
    font-family: 'Lato', sans-serif;
    background-color: #282828;
    color: whitesmoke;
    text-shadow: -1px -px 0 #000000, 1px -1px 0 #000000, -1 1px #000000, 1px 1px #000000;
}

h1 {
    font-size: 46px;
    text-transform: uppercase;
}

p {
    font-size: 20px;
}

a {
    text-decoration: none;
    color: cornflowerblue;
}

strong.name {
    color: gold;
}
