body{
    font-family: 'Roboto';
    text-align: center;
}

#container{
    max-width: 720px;
    margin: auto;
}

input, button{
    font-family: 'Roboto';
}

.fullspan{
    width: 100%;;
}
.col-wrapper{
    display: flex;
}

.button{
    background-color: #337ab7;
    color: white;
    padding: 5px;
    border-radius: 10px;
    border-color: #2e6da4;
    margin: 5px;
}

#result{
    height: 500px;
    display: none;
}

a{
    text-decoration: none !important;
}

#back{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 18px;
    left: 40px;
    border-radius: 50%;
}
