@import url(reset.min.css);*,:after,:before {
    box-sizing: border-box
}

body {
    font-family: 'Open Sans',sans-serif;
    background-color: #fff;
    color: #444;
    overflow: hidden
}

.hidden {
    display: none!important
}

h1,p {
    margin: 0 0 1em 0
}

#main {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: .6s;
    text-align: center;
    background: #fff;
}

h1 {
    position: absolute;
    font-size: 3em;
    left: 0;
    right: 0;
    text-align: center;
    top: 24em;
}

#aloe {
    width: 28ch;
    display: block;
    margin: 0 auto;
}

.aloe-ascii {
    display: block;
    width: auto;
    margin: 2em auto;
    font-size: 1ch;
    line-height: 2ch;
    text-align: center;
}

.bloc {
    height: 100%
}
