/* ---- reset ---- */ body{ margin:0; font:normal 75% Arial, Helvetica, sans-serif; } canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ #particles-js{ position:absolute; width: 100%; height: 100%; background-color: #b61924; background-image: url("https://i.ibb.co/07LNBby/47719819-9164808.jpg"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  /* z-index: 0; */
}

.content {
  position: relative;
  /* z-index: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

img{
    position: absolute;
    top: 50px;
    right: 40px;
    width: 380px;
    height: 200px;
}

h1 {
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 60px;
    position: absolute;
    top: 80px;
    left: 130px;
}
p {
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 40px;
    font-size: 26px;
    position: absolute;
    top: 310px;
    left: 130px;

}

.iframe-container {
    position: absolute;
    top: 170px;
    right: 150px;
  }


  .custom-contact-btn {
    display: inline-block;
    position: absolute;
    top: 680px;
    left: 270px;
    font-family: 'TildaSans', Arial, sans-serif;
    padding: 15px 40px;
    background-color: #4f9ee3; /* можно заменить на нужный синий */
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 10;
  }
  
  .custom-contact-btn:hover {
    background-color: #5b98cb;
  }
  


