@font-face {
    font-family: Dreams;
    src: url("CaviarDreams_Bold.ttf");
}

/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/*
 * Elements
 */

#particles {
  width: 100%;
  height: 100vh;
  background-image: url(style.css);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #02060e;
  background-image: linear-gradient(-45deg, #02060e, #16181d);
  box-shadow: 0 0 20px 0 #050719;
  width: 250vw;
  margin-left: -75vw;
  overflow: hidden;
}

/**
 * My CSS
 **/

body {
  background-color: #02060e;
  color: #FFF;
  font-family: sans-serif;
  overflow-x: hidden;
}
header {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 0;
}
h1 {
  color: #fff;
  font-size: 80px;
  position: relative;
  display: flex;
  align-items: center;
}
h1 span {
  box-shadow: 0 0 50px 30px rgba(87,159,238,0.2);
  position: absolute;
  height: 0;
  width: 100%;
}
h2 {
  color: #fff;
  font-size: 20px;
  margin: 10px;
  letter-spacing: 2px;
  font-weight: 100;
  margin-bottom: 50px;
}
.social {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}
.social .item {
  margin: 10px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 25px;
}