@font-face {
  font-family: "Mont-Regular";
  src: url("../fonts/Mont-Regular.eot");
  src: url("../fonts/Mont-Regular.eot?#iefix")format("embedded-opentype"), url("../fonts/Mont-Regular.woff")format("woff"), url("../fonts/Mont-Regular.ttf")format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Mont-Bold";
  src: url("../fonts/Mont-Bold.eot");
  src: url("../fonts/Mont-Bold.eot?#iefix")format("embedded-opentype"), url("../fonts/Mont-Bold.woff")format("woff"), url("../fonts/Mont-Bold.ttf")format("truetype");
  font-style: bold;
  font-weight: bold;
}

body{
  font-family: 'Mont-Regular';
  background-color: #0E1F3D;
  color: #fff;
  overflow-y: hidden;
}

.back{
  height: 93vh;
}

.img-logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

h1 {
  font-family: 'Mont-Bold'!important;
  font-size: 59px;
}

.h-100{
  height: 73%!important;
}

.ul-flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    list-style: none;
    font-family: "Mont-Regular";
    letter-spacing: 2px;
    padding-left: 0;
}
.li-flex {
    list-style-type: none!important;
    flex-basis: auto;
    flex-grow: 1;
    background: transparent;
    text-align: center;
    font-size: 17px;
    font-family: 'Mont-Regular';
    letter-spacing: 1px;
}

p {
  margin-bottom: 0;
}

.img-line{
  max-width: 650px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (max-width: 413px){
  h1 {
    font-size: 40px;
  }
  .li-flex {
      font-size: 10px;
  }
}
