
@font-face{
    font-family: bootsmcfireballMarch;
    src: url('../fonts/safira_march/Safira March.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: bootsmcfireball;
    src: url('../fonts/BlackMango/BlackMango-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    margin:0;
    padding:0;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
   /* background-image: url('../img/back.jpg');*/
    
  background: linear-gradient(26deg, #71CAF0 0%, #718BF0 100%);
    background-position: cover;
    background-repeat: none;
    overflow: hidden;

}

                                                              h2 {                                                             font-family: bootsmcfireball;
   color: #131313;
   font-size: 2.3em;
   font-weight: bold;
   margin-bottom: 5px;
							      }

							      .line {
    width: 50%;
    margin-left: 25%;
    min-height: 1px;
    max-height: 1px;
    min-width: 50%;
    border-radius: 9px;
    background-color: #111111;
    
							      }


