* {
    margin: 0;
    padding: 0;

}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/gifs/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

#page1 {
    width: 100vw;
    height: auto;
    z-index: 9999;
}

#page-2 {
    width: 100vw;
    height: 100vh;
    display: none;
    /*background: #f2d54c;*/
}

img {
    width: 180px;
    height: 100%;
    display: flex;
    margin: 0 auto;
}

h1 {
    font-family: Aspira Wide Black;
}

p {
    font-family: Aspira Wide Black;
}

.contenedor{
    width: 100vw;
    height: 100vh;
}

.nombre{
    font-size: 30px;
    color: #ffffff;
}