html{
    font-family: mcia;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 0;
    margin: 0;
}
body{
    height: 100vh;
    margin: 0;
}


a{
    text-decoration: none;
    color: #000
}


.frame{
    padding: calc((100vh - 25rem) / 2) 0;

}
.title{
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    height: 5rem;
    margin: 0 0 6rem 0;
    font-family: mcer;
    font-weight: bold;
    font-size: 3.5rem;
}
.title *{
    display: flex;
    justify-content: center;
    position: absolute;
    white-space: nowrap;
    letter-spacing: .3rem;
}
.title .text{
    background: -webkit-linear-gradient(#afafaf, #636363);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 6;
}
.title .outline{
    text-shadow: #232323 5px 0px, #232323 -5px 0px, #232323 0px -5px, #232323 0px 5px, #232323 5px 5px, #232323 -5px 5px, #232323 5px -5px, #232323 -5px -5px, #232323 3px 5px, #232323 -3px 5px, #232323 3px -5px, #232323 -3px -5px, #232323 5px 3px, #232323 -5px 3px, #232323 5px -3px, #232323 -5px -3px;
    z-index: 5;
}
.btn-row{
    text-align: center;
    height: 3rem;
    margin-bottom: .5rem;
}

#ver{
    position: absolute;
    color: #fff;
    bottom: .5rem;
    left: 1rem;
}