@font-face {
  font-family: B;
  src: url('../font/Arimo-Bold.ttf');
}

@font-face {
  font-family: M;
  src: url('../font/Arimo-Medium.ttf');
}

@font-face {
  font-family: S;
  src: url('../font/Arimo-SemiBold.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

html,
body {
  width: 100%;
}

body {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;

}

a {
  text-decoration: none !important;
  color: #ffffff;

}

a:link {

  color: #fff;
  text-decoration: none;
}
div{
  box-sizing: border-box;
}
a:visited {

  color: #fff;
  text-decoration: none;
}


a:hover {
  color: #fff;
  text-decoration: underline;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

}

ul,
ol {
  list-style: none;
}


button {
  border: none;
  outline: none;
}

.main-container {
  width: 1080px;
  margin: 0 auto;
  flex: 1;


}



button {
  background: transparent;
}

input,
button,
select,
textarea {
  outline: none;
  border: 0;
}

textarea {
  resize: none
}

@media screen and (min-width:860px) and (max-width:1079px) {
  .main-container {
    width: 100%;

  }


}

@media screen and (min-width:750px) and (max-width:859px) {
  .main-container {
    width: 100%;

  }


}

@media screen and (min-width:560px) and (max-width:749px) {
  .main-container {
    width: 100%;

  }


}

@media screen and (min-width:0) and (max-width:559px) {
  .main-container {
    width: 100%;

  }


}