body {
    margin: 0;
    background-color: black !important;
    height: 100% !important;
}

.cont {
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

main {
    flex: 1 1 auto !important;
}

.nav {
    background-color: #e4e4e4;
}

h2 {
    font-size: 44px !important;
}

.nav-item {
    margin: 10px;
    color: #1f1f1f !important;
    transition: 200ms;
    display: inline-block;
    font-size: 24px;
}

.nav-link {
    color: #000000 !important;
}

header {
    position: sticky !important;
    top: 0 !important;
}

#back {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.art {
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    right: 0;
    left: 0;
}

.core {
    width: 400px;
    position: absolute;
    left: 200px;
    pointer-events: none;
}

.portal {
    pointer-events: none;
    width: 700px;
}

.page {
    background-color: #cecece;
    position: absolute;
    top: 522px;

    left:0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: center;
    border: 4px solid #cecece;
    border-radius: 10px;
    height: 1200px;
}

.plan {
    background-color: #603c14;
    position: relative;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    margin: 0 auto;
    display: flex;
    margin: 14px;
    border: 4px solid #603c14;
    border-radius: 20px;
    width: 100%;
}

.scan, .bezel {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 30%;
    pointer-events: none;
    z-index: 999;
}

.content {
    padding: 50px 100px;
    color: #e49534 !important;
    font-size: 32px;
    text-shadow: 1px 1px 2px #ac6611, 0 0 0.1em #e49534, 0 0 0.2em #e49534;
    outline: #ac6611;
    margin: 20px;
    display: flex;
    border: #e49534 solid 4px;
    flex-grow: 1;
}

.textik {
    width: 40%;
    display: inline-block;
}

.ip1 {
    height: 190px;
    padding: 20px;
    text-align: center;
    border: #e49534 solid 4px;
    margin: 10px;
    pointer-events: none;
    display: flex;
    right: 308px;
    top: 0;
    position: absolute;
    background-color: #603c14;
}

.ip2 {
    height: 190px;
    padding: 20px;
    text-align: center;
    border: #e49534 solid 4px;
    margin: 10px;
    pointer-events: none;
    display: flex;
    right: 100px;
    top: 0;
    position: absolute;
    background-color: #603c14;
}

.graph {
    transform: rotate(90deg);
    height: 390px;
    width: 190px;
    padding: 20px;
    border: #e49534 solid 4px;
    margin: 10px;
    right: 550px;
    top: -100px;
    position: absolute;
    background-color: #603c14;
}

.authors {
    width: 500px;
    height: 900px;
    position: absolute;
    top: 200px;
    right: 100px;
    color: #3e1f05;
    text-shadow: none;
    overflow: hidden;
}

footer {
    background-color: #333;
    text-align: center;
    padding: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute !important; 
}

.socicon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.5s;
    margin: 0 15px;
}

.vk:hover {
    background-color: #0077ff;
}

.yt:hover {
    background-color: #c30000;
}

.tg:hover {
    background-color: #0088cc;
}

.snpcht:hover {
    background-color: #fdfd03;
}

a {
    text-decoration: none !important;
    color: #e49534 !important;
}

.wrapper {
    /*This part is important for centering*/
    display: grid;
    place-items: center;
  }
  
  .typing-demo {
    width: 460px;
    animation: typing 2s steps(18), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
  }
  
  @keyframes typing {
    from {
      width: 0
    }
  }
      
  @keyframes blink {
    50% {
      border-color: transparent
    }
  }

.inter {
    transition: all 200ms;
}

.inter:hover {
    transform: translate(20px);
}