    body {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    background-image: url(../img/dot.png);
    background-repeat: repeat;
    background-position: 50% 50%;
      background-color: black;
      text-align: center;
      font-family: Arial, sans-serif;
      margin: 0;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }
    #logo {
      margin-bottom: 120px;
    }
    #social-links {
      margin-bottom: 100px;
    }
    #social-links a {
      margin: 60px;
    }
    #video-background {
    opacity: 0.3;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    background-size: cover;
    background-position: 50% 50%;
    }
    #footer {
      color: white;
      padding: 10px;
      text-align: center;
      font-size: 10pt;
    }
    #content-wrapper {
      flex: 1;
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: -1px;
    }
    #contacts {
      color: white;
      padding: 10px;
      text-align: center;
      font-size: 10pt;
      margin-top: 5px;
    }
    #contacts p {
      margin: 0px;
    }
    #contacts a {
      color: #fff;
      text-decoration: none;
    }
    #links {
      font-size: 0.1pt;
      opacity: 0.1;
    }
    #typing_place {
      color: white;
      padding: 10px;
      text-align: center;
      font-size: 10pt;
    }

@media (max-width: 1100px) {
    #social-links a {
      margin: 40px;
    }
    #content-wrapper {
      margin-top: -100px;
    }
    #social-links {
      margin-bottom: 310px;
    }
    #logo {
      margin-bottom: 180px;
    }
    #label-img {
      width: 400px;
    }
    #footer {
      font-size: 20pt;
    }
    #contacts {
      font-size: 20pt;
    }
}
