html, body{
    background-color: rgba(208, 208, 205, 1);
}
.container{
    margin-top: 235px;
    text-align: center;
}
.link{
    position: relative;
    z-index: 100;
    margin-bottom: 10px;
}
.btn-link{
    width: 80vw;
    min-height: 40px;
    display: inline-block;
    line-height: 26px;
    text-decoration: none;
    background-color: #6c7d87;
    border: 2px solid white;
    color: white;
    transition: 0.3s;
    font-family: 'Ricardo';
    font-weight: bold;
    padding: 5px;
}
.btn-link:hover{
    color: rgba(208, 208, 205, 1);
}