#error-page{
    text-align: center;
}

.btns{
    padding-bottom: 20px;
}

.btns a{
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    border: 2px solid #4D869C;
    background-color: #BABABA;
    color: #4D869C;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btns a:hover{
    background: #05595B;
    color: #BABABA;
}