@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

.sans { font-family: 'Open Sans', Consolas; }
.cego { font-family: 'Century Gothic', Consolas; }
.monst { font-family: 'Montserrat', Consolas; }
.robo { font-family: 'Roboto Slab', Consolas; }
.mono { font-family: 'Roboto Mono', Consolas; font-weight: 400;}


p#animujto {
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

p#animujto:hover {
    animation-name: shake;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    cursor: pointer;
}

#cursor
{
    animation: blink 1s linear infinite;
}

@keyframes blink 
{
    0%{ opacity: 100%; }
    50%{ opacity: 0%; }
}

.line
{
    background: #26262d !important;
    content: '';
    position: fixed;
    z-index: 105;
}

.line .top
{
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
}




.btn {
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    line-height: 40px;
    text-align: center;
    color: #363636;
    font-size: 13px;
    background: none;
    border: 1px solid #dddddd;
    position: relative;
    overflow: hidden;
    padding: 0 30px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}