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;
    text-align: center;
}

.button{
    background-color: #d0ae2d;
    color: white;
    padding: 5px;
    border-radius: 10px;
    border-color: #c4a42a;
    margin: 5px;
}

.button:hover{
    background-color: #c4a42a;
    border-color: #d0ae2d;
}

a{
    text-decoration: none !important;
}