@font-face {
font-family: 'Boston SemiBold';
font-style: normal;
font-weight: normal;
src: local('Boston SemiBold'), url('BostonSemiBold.woff') format('woff');
}


@font-face {
font-family: 'Boston SemiBold It';
font-style: normal;
font-weight: normal;
src: local('Boston SemiBold It'), url('BostonSemiBoldIt.woff') format('woff');
}

body, html {
  background: white;
  text-align: center;
}

.col-v-center {
  align-self: center !important;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin-bottom: 50px;
  width: 100%;
}

body {
  font-family: 'Boston SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #868681;
}

p {
  text-align: center;
  font-size: 18px;
  color: #868681;
  display: block;
}

.title {
  font-size: 22px;
  margin-bottom: 100px;
}

a {
  text-align: center;
  font-size: 18px;
  color: #868681;
  margin-top: 50px;
  display: block;
}

a:hover {
  color: #868681;
  text-decoration: underline;
}

.wrapper {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.insta {
  text-align: center;
  transform: rotate(90deg);
  margin-top: 100px;
}

.insta a {
  color: black;
}
