html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  color: #93bbec;
  font-family: sans-serif;
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

  .main {
    width: 100%;
    height: 100vh;
    background-color: #0d0f1bdb;
    background-image: url('./fon.jpg');
    background-size: cover;
    background-position: center;
    font-weight: bold;
    text-align: center;
  }

.main__title {
  position: relative;
  top: 50%;
  font-size: 2.1vw;
  text-transform: uppercase;
  text-align: center;
  transform: translateY(-450%);
  text-shadow: 1px -4px 4px black, 1px -4px 4px black, 1px -4px 4px black;
}

.main__description {
  color: #93bbec;
  position: relative;
  top: 56%;
  max-width: 60%;
  margin: 0 auto;
  font-size: 1.5vw;
  transform: translateY(40px);
  line-height: 1.2;
  text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black;
}

.footer {
  color: #a4c8f5;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 1vw;
  font-size: 1vw;
  line-height: 1.2;
  text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black;
}

.footer > div {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}