body{
    margin: 0;
    background-color: #f5f5f5;
}

.navbar{
    background-color: #192834;
}

.logo-cp{
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

main{
    margin-top: 20px;
}

h1{
    text-align: center;
}

.ClaudiaBot{
    position: relative;
}

.ClaudiaBot-gif{
    height: 380px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
    z-index: -1;
}

.error-number{
    position: absolute;
    left: 0;
    top: 39%;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 22pt;
}


.btn-home{
   text-align: center;
   margin-top: 10px;
}
