﻿body {
    background: rgb(30,170,232);
    background: linear-gradient(166deg, rgba(30,170,232,1) 0%, rgba(252,70,226,0.5186449579831933) 100%);
    height: 100vh;
    width: 100%;
	 margin: 0 auto;
}

.error-page {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.error-content.text-center {
    background: #fff;
    padding: 40px;
    min-width: 600px;
    box-shadow: 1px 7px 20px 0px #00000063;
}


.error-content h1 {
    font-size: 80px;
    text-align: center;
    margin: 0px;
    color: #0037ff;
    font-family: fantasy;
    letter-spacing: 10px;
}

.error-content h2 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0px;
    color: #ff0000 !important;
}

.error-content p {
    margin: 0 auto;
    text-align: center;
}
.error-content p a {
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 10px 20px;
    display: inline-block;
    background: #002bff;
    color: #fff;
    text-decoration: none;
    font-family: arial;
}
.has-mp3 .f-html,
      .has-mp3 video {
        background: transparent;
      }