.error-div{
    padding-top: 80px;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    color: #666666;
}
.error-div div{
    text-align: center;
    background-color: #f2f2f2;
    width: 50%;
    padding: 20px;
    border-radius: 3px;
}

.error-div div h1{
    font-size: 60px;
    padding-bottom: 15px;
}