html,
body{
    width: 100%;
    height: 100%;
    background: #FEFEFE;
}

* {
    transition: all .2s ease-in-out;
}

#page{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#main{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    margin: auto;
    width: 40em;
}

.item-logo{
    margin: 4em;
}

.item-search,
.item-search > form,
.item-search > form > .form-group{
    width: 100%;
}

.item-search label{
    display: none;
}

.item-link{
    align-self: flex-start;
}


.list-link-groups{
    margin-top: 1em;
}

.list-link-groups > li{
    margin: 1em 0;
}

.list-link-groups h2{
    font-size: 1.25em;
    position: relative;
    margin-bottom: 1em;
    z-index: 0;
    color: #999;
}

.list-link-groups h2:after{
    position: absolute;
    left: 0;
    width: 1em;
    bottom: -.25em;
    border: 1px #efefef solid;
    content: '';
    z-index: -1;
}


.list-links > li{
    display: inline-flex;
    width: 7.2em;
    height: 7.2em;
    border: 1px transparent solid;
    padding: .1em;
    border-radius: .5em;
}

.list-links > li:hover{
    background-color: #efefef;
    border-color: #EDEDED;
}

.list-links a{
    text-decoration: none;
}

.list-links .icon{
    width: 3em;
    height: 3em;
    margin: 1em 2em;
    border-radius: 50%;
    background-color: #E0E0E0;
}

.list-links .name{
    font-size: .9em;
    height: 2em;
    width: 7em;
    line-height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
