@font-face {
font-family: DelaGothicOne-Regular;
src: url('../../style/DelaGothicOne-Regular.ttf');
 }

 body {
    font-family: Arial;
    font-size: 20px;
    color: white;
    background: linear-gradient(0deg,rgba(0, 132, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    min-height: 100vh;
 }

 h1,h2,h3,h4,h5,h6 {
    font-family: DelaGothicOne-Regular;
    text-shadow: rgba(255, 255, 255, 0.726) 0px 0px 5px;
 }