#animacion{
    display: table;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    
}

.content{
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
}

.Text-Load{
    margin: 0;
    position: absolute;
    left: 47.4vw;
    bottom: 43.5vh;
    color: #aebfed;
    font-size: 16px;
}