.Image_404{
  width: 325px;
}
.container_404{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 120px);
}
.container_404 h3{
    margin-top: 24px;
    margin-bottom: 12px;
    color: #041E39FF;
    font-size: 24px;
}
.container_404 p{
    margin-bottom: 40px;
    width: 450px;
    font-size: 14px;
    text-align: center;
    color: #4F5C65FF;
}
.btn_primary {
    background: #1ab394;
    color: #fff;
  }
.btn_primary:hover {
    background: #00cca3;
  }
  .back_btn{
    padding: 12px 54px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
  }