/* Импорт класса шрифтов */ @import url(../fonts/tisa-sans-pro/style.css); /* Применение своих параметров к блоку заголовка на всех страницах */ .title-menu, footer { pointer-events: none; user-select: none; } .no-scrolling { overflow: hidden; } /* Применение своих параметров к блоку контента на всех страницах */ .contents-div { } /* Стили после этого комментария редактированию НЕ ПОДЛЕЖАТ */ html, body { font-family: 'Tisa Sans Pro Regular'; background-color: #cdcdcd; margin: 0; height: 100%; max-width: 100%; } .particles-js-canvas-el { max-height: 100%; } h1 { font-size: 72px; font-weight: lighter; } p, a { font-size: 20px; color: black; } footer { position: fixed; bottom: 0; right: 0; } .footer-text { margin: 10px; font-weight: lighter; font-family: "Tisa Sans Pro"; } .center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .top { position: absolute; left: 50%; top: 0; transform: translate(-50%, 0); } .horizontal-container { display: flex; flex-flow: row wrap; justify-content: center; } .vertical-container { display: flex; flex-flow: column; justify-content: center; width: auto; } .centered-container { display: flex; flex-flow: column; justify-content: center; align-items: center; } .title { margin: 0; } .contents { margin: 0; } .button-div { margin: 5px; width: 200px; padding: 10px; background-color: black; color: white; border-radius: 10px; text-align: center; font-size: 24px; font-weight: lighter; pointer-events: all; box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.5); transition: all 0.3s; } .button-div:hover { background-color: #444; transform: scale(1.1); } .circle-button-div { border-radius: 75px; width: 75px; height: 75px; display: flex; justify-content: center; margin: 10px; } hr.rounded { border-top: 1px solid #bbb; border-radius: 5px; margin-top: -10px; } .button-image-link { width: 75px; height: 75px; } .button-image { display: block; height: 100%; margin: auto; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%); } .title-menu { margin: 10px; } @media (max-width: 700px) { p, a { font-size: 16px; } }