:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Medievalsharp, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 44px;
}

.main-page {
  height: 100dvh;
}

.container {
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  color: #fff;
  background-image: url('../images/bgCA.jpg');
  background-position: 0 0;
  background-size: cover;
}


@font-face {
  font-family: 'Medievalsharp';
  src: url('../fonts/MedievalSharp-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}