/*!
 *
 * @summary      gb-host.me
 * @description  Error [ 404 / 405 ]
 * @version      2.0.0.0
 * @file         error.css
 * @author       gb-host.me
 * @contact      www.gb-host.me
 * @copyright    Copyright 2020 gb-host.me. All rights reserved.
 *
!*/

:root {
  --bs-blue: #0d6efd;
  --bs-gb: #7b83aa;
}

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
  background-color: #e8eaf4 !important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}

img {
	width: 40%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
}

button {
	font-family: 'Quicksand', sans-serif;
	display: block;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    background: #7f87ae;
    border: 1px solid #a8aecb;
    padding: 10px 20px;
    border-radius: 30px;
    outline: none;
    cursor: pointer
}

p {

	text-align: center;
    color: #7b83aa;
    font-size: 25px
}